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

Data Fields

const AVClassclass
 
enum TonemapAlgorithm tonemap
 
double param
 
double desat
 
double peak
 
const LumaCoefficientscoeffs
 

Detailed Description

Definition at line 70 of file vf_tonemap.c.

Field Documentation

const AVClass* TonemapContext::class

Definition at line 71 of file vf_tonemap.c.

enum TonemapAlgorithm TonemapContext::tonemap

Definition at line 73 of file vf_tonemap.c.

Referenced by init(), and tonemap().

double TonemapContext::param

Definition at line 74 of file vf_tonemap.c.

Referenced by init(), and tonemap().

double TonemapContext::desat

Definition at line 75 of file vf_tonemap.c.

Referenced by filter_frame(), and tonemap().

double TonemapContext::peak

Definition at line 76 of file vf_tonemap.c.

Referenced by filter_frame().

const LumaCoefficients* TonemapContext::coeffs

Definition at line 78 of file vf_tonemap.c.

Referenced by filter_frame(), and tonemap().


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