FFmpeg
Data Fields
ELBGFilterContext Struct Reference

Data Fields

const AVClassclass
 
struct ELBGContextctx
 
AVLFG lfg
 
int64_t 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 use_alpha
 
int pal8
 

Detailed Description

Definition at line 37 of file vf_elbg.c.

Field Documentation

◆ class

const AVClass* ELBGFilterContext::class

Definition at line 38 of file vf_elbg.c.

◆ ctx

struct ELBGContext* ELBGFilterContext::ctx

Definition at line 39 of file vf_elbg.c.

Referenced by filter_frame(), and uninit().

◆ lfg

AVLFG ELBGFilterContext::lfg

Definition at line 40 of file vf_elbg.c.

Referenced by filter_frame(), and init().

◆ lfg_seed

int64_t ELBGFilterContext::lfg_seed

Definition at line 41 of file vf_elbg.c.

Referenced by init().

◆ max_steps_nb

int ELBGFilterContext::max_steps_nb

Definition at line 42 of file vf_elbg.c.

Referenced by filter_frame().

◆ codeword

int* ELBGFilterContext::codeword

Definition at line 43 of file vf_elbg.c.

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

◆ codeword_length

int ELBGFilterContext::codeword_length

Definition at line 44 of file vf_elbg.c.

Referenced by config_input(), and filter_frame().

◆ codeword_closest_codebook_idxs

int* ELBGFilterContext::codeword_closest_codebook_idxs

Definition at line 45 of file vf_elbg.c.

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

◆ codebook

int* ELBGFilterContext::codebook

Definition at line 46 of file vf_elbg.c.

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

◆ codebook_length

int ELBGFilterContext::codebook_length

Definition at line 47 of file vf_elbg.c.

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

◆ pix_desc

const AVPixFmtDescriptor* ELBGFilterContext::pix_desc

Definition at line 48 of file vf_elbg.c.

Referenced by config_input(), and filter_frame().

◆ rgba_map

uint8_t ELBGFilterContext::rgba_map[4]

Definition at line 49 of file vf_elbg.c.

Referenced by config_input(), and filter_frame().

◆ use_alpha

int ELBGFilterContext::use_alpha

Definition at line 50 of file vf_elbg.c.

Referenced by filter_frame().

◆ pal8

int ELBGFilterContext::pal8

Definition at line 51 of file vf_elbg.c.

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


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