FFmpeg  4.0
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

◆ class

const AVClass* TonemapContext::class

Definition at line 71 of file vf_tonemap.c.

◆ tonemap

enum TonemapAlgorithm TonemapContext::tonemap

Definition at line 73 of file vf_tonemap.c.

Referenced by init(), and tonemap().

◆ param

double TonemapContext::param

Definition at line 74 of file vf_tonemap.c.

Referenced by init(), and tonemap().

◆ desat

double TonemapContext::desat

Definition at line 75 of file vf_tonemap.c.

Referenced by filter_frame(), and tonemap().

◆ peak

double TonemapContext::peak

Definition at line 76 of file vf_tonemap.c.

Referenced by filter_frame().

◆ coeffs

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: