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

ELBG internal data. More...

Data Fields

int error
 
int dim
 
int numCB
 
int * codebook
 
cell ** cells
 
int * utility
 
int * utility_inc
 
int * nearest_cb
 
int * points
 
AVLFGrand_state
 
int * scratchbuf
 

Detailed Description

ELBG internal data.

Definition at line 47 of file elbg.c.

Field Documentation

int elbg_data::error

Definition at line 48 of file elbg.c.

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

int elbg_data::dim
int elbg_data::numCB
int* elbg_data::codebook

Definition at line 51 of file elbg.c.

Referenced by ff_do_elbg(), and get_closest_codebook().

cell** elbg_data::cells
int* elbg_data::utility
int* elbg_data::utility_inc

Definition at line 54 of file elbg.c.

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

int* elbg_data::nearest_cb

Definition at line 55 of file elbg.c.

Referenced by ff_do_elbg(), and update_utility_and_n_cb().

int* elbg_data::points
AVLFG* elbg_data::rand_state

Definition at line 57 of file elbg.c.

Referenced by ff_do_elbg(), and get_high_utility_cell().

int* elbg_data::scratchbuf

Definition at line 58 of file elbg.c.

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


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