FFmpeg
Data Fields
ELBGContext Struct Reference

Data Fields

const AVClassclass
 
AVLFG lfg
 
unsigned int lfg_seed
 
int max_steps_nb
 
intcodeword
 
int codeword_length
 
intcodeword_closest_codebook_idxs
 
intcodebook
 
int codebook_length
 
const AVPixFmtDescriptorpix_desc
 
uint8_t rgba_map [4]
 
int pal8
 

Detailed Description

Definition at line 36 of file vf_elbg.c.

Field Documentation

◆ class

const AVClass* ELBGContext::class

Definition at line 37 of file vf_elbg.c.

◆ lfg

AVLFG ELBGContext::lfg

Definition at line 38 of file vf_elbg.c.

Referenced by filter_frame(), and init().

◆ lfg_seed

unsigned int ELBGContext::lfg_seed

Definition at line 39 of file vf_elbg.c.

Referenced by init().

◆ max_steps_nb

int ELBGContext::max_steps_nb

Definition at line 40 of file vf_elbg.c.

Referenced by filter_frame().

◆ codeword

int* ELBGContext::codeword

Definition at line 41 of file vf_elbg.c.

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

◆ codeword_length

int ELBGContext::codeword_length

Definition at line 42 of file vf_elbg.c.

Referenced by config_input(), and filter_frame().

◆ codeword_closest_codebook_idxs

int* ELBGContext::codeword_closest_codebook_idxs

Definition at line 43 of file vf_elbg.c.

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

◆ codebook

int* ELBGContext::codebook

Definition at line 44 of file vf_elbg.c.

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

◆ codebook_length

int ELBGContext::codebook_length

Definition at line 45 of file vf_elbg.c.

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

◆ pix_desc

const AVPixFmtDescriptor* ELBGContext::pix_desc

Definition at line 46 of file vf_elbg.c.

Referenced by config_input(), and filter_frame().

◆ rgba_map

uint8_t ELBGContext::rgba_map[4]

Definition at line 47 of file vf_elbg.c.

Referenced by config_input(), and filter_frame().

◆ pal8

int ELBGContext::pal8

Definition at line 48 of file vf_elbg.c.

Referenced by filter_frame(), init(), and query_formats().


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