FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
PPMode Struct Reference

Postprocessing mode. More...

#include <postprocess_internal.h>

Data Fields

int lumMode
 activates filters for luminance
 
int chromMode
 activates filters for chrominance
 
int error
 non zero on error
 
int minAllowedY
 for brightness correction
 
int maxAllowedY
 for brightness 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
 

Detailed Description

Postprocessing mode.

Definition at line 96 of file postprocess_internal.h.

Field Documentation

int PPMode::lumMode

activates filters for luminance

Definition at line 97 of file postprocess_internal.h.

Referenced by postProcess(), pp_get_mode_by_name_and_quality(), and pp_postprocess().

int PPMode::chromMode

activates filters for chrominance

Definition at line 98 of file postprocess_internal.h.

Referenced by pp_get_mode_by_name_and_quality(), and pp_postprocess().

int PPMode::error

non zero on error

Definition at line 99 of file postprocess_internal.h.

Referenced by pp_get_mode_by_name_and_quality().

int PPMode::minAllowedY

for brightness correction

Definition at line 101 of file postprocess_internal.h.

Referenced by pp_get_mode_by_name_and_quality().

int PPMode::maxAllowedY

for brightness correction

Definition at line 102 of file postprocess_internal.h.

Referenced by pp_get_mode_by_name_and_quality().

float PPMode::maxClippedThreshold

amount of "black" you are willing to lose to get a brightness-corrected picture

Definition at line 103 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 105 of file postprocess_internal.h.

Referenced by pp_get_mode_by_name_and_quality().

int PPMode::baseDcDiff
int PPMode::flatnessThreshold
int PPMode::forcedQuant

quantizer if FORCE_QUANT is used

Definition at line 110 of file postprocess_internal.h.

Referenced by pp_get_mode_by_name_and_quality(), and pp_postprocess().


The documentation for this struct was generated from the following file: