FFmpeg
Data Fields
HisteqContext Struct Reference

Data Fields

const AVClassclass
 
float strength
 
float intensity
 
int antibanding
 HisteqAntibanding. More...
 
int in_histogram [256]
 input histogram More...
 
int out_histogram [256]
 output histogram More...
 
int LUT [256]
 lookup table derived from histogram[] More...
 
uint8_t rgba_map [4]
 components position More...
 
int bpp
 bytes per pixel More...
 

Detailed Description

Definition at line 57 of file vf_histeq.c.

Field Documentation

◆ class

const AVClass* HisteqContext::class

Definition at line 58 of file vf_histeq.c.

◆ strength

float HisteqContext::strength

Definition at line 59 of file vf_histeq.c.

Referenced by filter_frame(), and init().

◆ intensity

float HisteqContext::intensity

Definition at line 60 of file vf_histeq.c.

Referenced by filter_frame(), and init().

◆ antibanding

int HisteqContext::antibanding

HisteqAntibanding.

Definition at line 61 of file vf_histeq.c.

Referenced by filter_frame(), and init().

◆ in_histogram

int HisteqContext::in_histogram[256]

input histogram

Definition at line 62 of file vf_histeq.c.

Referenced by filter_frame().

◆ out_histogram

int HisteqContext::out_histogram[256]

output histogram

Definition at line 63 of file vf_histeq.c.

Referenced by filter_frame().

◆ LUT

int HisteqContext::LUT[256]

lookup table derived from histogram[]

Definition at line 64 of file vf_histeq.c.

Referenced by filter_frame().

◆ rgba_map

uint8_t HisteqContext::rgba_map[4]

components position

Definition at line 65 of file vf_histeq.c.

Referenced by config_input(), and filter_frame().

◆ bpp

int HisteqContext::bpp

bytes per pixel

Definition at line 66 of file vf_histeq.c.

Referenced by config_input(), and filter_frame().


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