FFmpeg
Data Fields
elbg_data Struct Reference

ELBG internal data. More...

Data Fields

int error
 
int dim
 
int numCB
 
intcodebook
 
cell ** cells
 
intutility
 
int64_t * utility_inc
 
intnearest_cb
 
intpoints
 
AVLFGrand_state
 
intscratchbuf
 

Detailed Description

ELBG internal data.

Definition at line 47 of file elbg.c.

Field Documentation

◆ error

int elbg_data::error

Definition at line 48 of file elbg.c.

Referenced by avpriv_do_elbg(), do_shiftings(), evaluate_utility_inc(), and try_shift_candidate().

◆ dim

int elbg_data::dim

◆ numCB

int elbg_data::numCB

◆ codebook

int* elbg_data::codebook

Definition at line 51 of file elbg.c.

Referenced by avpriv_do_elbg(), and get_closest_codebook().

◆ cells

cell** elbg_data::cells

◆ utility

int* elbg_data::utility

◆ utility_inc

int64_t* elbg_data::utility_inc

Definition at line 54 of file elbg.c.

Referenced by avpriv_do_elbg(), do_shiftings(), evaluate_utility_inc(), and get_high_utility_cell().

◆ nearest_cb

int* elbg_data::nearest_cb

Definition at line 55 of file elbg.c.

Referenced by avpriv_do_elbg(), and update_utility_and_n_cb().

◆ points

int* elbg_data::points

◆ rand_state

AVLFG* elbg_data::rand_state

Definition at line 57 of file elbg.c.

Referenced by avpriv_do_elbg(), and get_high_utility_cell().

◆ scratchbuf

int* elbg_data::scratchbuf

Definition at line 58 of file elbg.c.

Referenced by avpriv_do_elbg(), simple_lbg(), and try_shift_candidate().


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