FFmpeg
|
Postprocessing mode. More...
#include <postprocess_internal.h>
Data Fields | |
int | lumMode |
activates filters for luminance More... | |
int | chromMode |
activates filters for chrominance More... | |
int | error |
non zero on error More... | |
int | minAllowedY |
for brightness correction More... | |
int | maxAllowedY |
for brightness correction More... | |
AVRational | maxClippedThreshold |
amount of "black" you are willing to lose to get a brightness-corrected picture More... | |
int | maxTmpNoise [3] |
for Temporal Noise Reducing filter (Maximal sum of abs differences) More... | |
int | baseDcDiff |
int | flatnessThreshold |
int | forcedQuant |
quantizer if FORCE_QUANT is used More... | |
Postprocessing mode.
Definition at line 95 of file postprocess_internal.h.
int PPMode::lumMode |
activates filters for luminance
Definition at line 96 of file postprocess_internal.h.
Referenced by postProcess(), and pp_get_mode_by_name_and_quality().
int PPMode::chromMode |
activates filters for chrominance
Definition at line 97 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality().
int PPMode::error |
non zero on error
Definition at line 98 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality().
int PPMode::minAllowedY |
for brightness correction
Definition at line 100 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality().
int PPMode::maxAllowedY |
for brightness correction
Definition at line 101 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality().
AVRational PPMode::maxClippedThreshold |
amount of "black" you are willing to lose to get a brightness-corrected picture
Definition at line 102 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality().
int PPMode::maxTmpNoise[3] |
for Temporal Noise Reducing filter (Maximal sum of abs differences)
Definition at line 104 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality().
int PPMode::baseDcDiff |
Definition at line 106 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality().
int PPMode::flatnessThreshold |
Definition at line 107 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality().
int PPMode::forcedQuant |
quantizer if FORCE_QUANT is used
Definition at line 109 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality().