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

Data Fields

const AVClassclass
 
AVLFG lfg
 
unsigned int lfg_seed
 
int max_steps_nb
 
int * codeword
 
int codeword_length
 
int * codeword_closest_codebook_idxs
 
int * codebook
 
int codebook_length
 
const AVPixFmtDescriptorpix_desc
 
uint8_t rgba_map [4]
 

Detailed Description

Definition at line 36 of file vf_elbg.c.

Field Documentation

const AVClass* ELBGContext::class

Definition at line 37 of file vf_elbg.c.

AVLFG ELBGContext::lfg

Definition at line 38 of file vf_elbg.c.

Referenced by filter_frame(), and init().

unsigned int ELBGContext::lfg_seed

Definition at line 39 of file vf_elbg.c.

Referenced by init().

int ELBGContext::max_steps_nb

Definition at line 40 of file vf_elbg.c.

Referenced by filter_frame().

int* ELBGContext::codeword

Definition at line 41 of file vf_elbg.c.

Referenced by config_input(), filter_frame(), and uninit().

int ELBGContext::codeword_length

Definition at line 42 of file vf_elbg.c.

Referenced by config_input(), and filter_frame().

int* ELBGContext::codeword_closest_codebook_idxs

Definition at line 43 of file vf_elbg.c.

Referenced by config_input(), filter_frame(), and uninit().

int* ELBGContext::codebook

Definition at line 44 of file vf_elbg.c.

Referenced by config_input(), filter_frame(), and uninit().

int ELBGContext::codebook_length

Definition at line 45 of file vf_elbg.c.

Referenced by config_input(), and filter_frame().

const AVPixFmtDescriptor* ELBGContext::pix_desc

Definition at line 46 of file vf_elbg.c.

Referenced by config_input(), and filter_frame().

uint8_t ELBGContext::rgba_map[4]

Definition at line 47 of file vf_elbg.c.

Referenced by config_input(), and filter_frame().


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