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

Data Fields

const AVClassclass
 
float intensity
 
float balance [3]
 
float lcoeffs [3]
 
int depth
 
int(* do_slice )(AVFilterContext *s, void *arg, int jobnr, int nb_jobs)
 

Detailed Description

Definition at line 28 of file vf_vibrance.c.

Field Documentation

const AVClass* VibranceContext::class

Definition at line 29 of file vf_vibrance.c.

float VibranceContext::intensity

Definition at line 31 of file vf_vibrance.c.

Referenced by vibrance_slice16(), and vibrance_slice8().

float VibranceContext::balance[3]

Definition at line 32 of file vf_vibrance.c.

Referenced by vibrance_slice16(), and vibrance_slice8().

float VibranceContext::lcoeffs[3]

Definition at line 33 of file vf_vibrance.c.

Referenced by vibrance_slice16(), and vibrance_slice8().

int VibranceContext::depth

Definition at line 35 of file vf_vibrance.c.

Referenced by config_input(), and vibrance_slice16().

int(* VibranceContext::do_slice)(AVFilterContext *s, void *arg, int jobnr, int nb_jobs)

Definition at line 37 of file vf_vibrance.c.

Referenced by config_input(), and filter_frame().


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