#include <postprocess_internal.h>
Data Fields | |
| int | lumMode |
| acivates filters for luminance | |
| int | chromMode |
| acivates filters for chrominance | |
| int | error |
| non zero on error | |
| int | minAllowedY |
| for brigtness correction | |
| int | maxAllowedY |
| for brihtness correction | |
| float | maxClippedThreshold |
| amount of "black" you are willing to lose to get a brightness-corrected picture | |
| int | maxTmpNoise [3] |
| for Temporal Noise Reducing filter (Maximal sum of abs differences) | |
| int | baseDcDiff |
| int | flatnessThreshold |
| int | forcedQuant |
| quantizer if FORCE_QUANT is used | |
Definition at line 97 of file postprocess_internal.h.
Definition at line 108 of file postprocess_internal.h.
Referenced by do_a_deblock_C(), isHorizDC_C(), isVertDC_C(), pp_get_mode_by_name_and_quality(), vertClassify_altivec(), and vf_open().
acivates filters for chrominance
Definition at line 99 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality(), pp_postprocess(), and vf_open().
non zero on error
Definition at line 100 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality().
Definition at line 109 of file postprocess_internal.h.
Referenced by do_a_deblock_C(), isHorizDC_C(), isVertDC_C(), pp_get_mode_by_name_and_quality(), vertClassify_altivec(), and vf_open().
quantizer if FORCE_QUANT is used
Definition at line 111 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality(), and pp_postprocess().
acivates filters for luminance
Definition at line 98 of file postprocess_internal.h.
Referenced by postProcess(), pp_get_mode_by_name_and_quality(), pp_postprocess(), and vf_open().
for brihtness correction
Definition at line 103 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality(), and vf_open().
amount of "black" you are willing to lose to get a brightness-corrected picture
Definition at line 104 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality().
for Temporal Noise Reducing filter (Maximal sum of abs differences)
Definition at line 106 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality(), and vf_open().
for brigtness correction
Definition at line 102 of file postprocess_internal.h.
Referenced by pp_get_mode_by_name_and_quality(), and vf_open().
1.5.8