| FFmpeg
    | 
ELBG internal data. More...
| Data Fields | |
| int | error | 
| int | dim | 
| int | numCB | 
| int * | codebook | 
| cell ** | cells | 
| int * | utility | 
| int64_t * | utility_inc | 
| int * | nearest_cb | 
| int * | points | 
| AVLFG * | rand_state | 
| int * | scratchbuf | 
| 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().
| int elbg_data::dim | 
Definition at line 49 of file elbg.c.
Referenced by avpriv_do_elbg(), eval_error_cell(), get_closest_codebook(), get_new_centroids(), shift_codebook(), and try_shift_candidate().
| int elbg_data::numCB | 
Definition at line 50 of file elbg.c.
Referenced by avpriv_do_elbg(), do_shiftings(), evaluate_utility_inc(), get_closest_codebook(), and get_high_utility_cell().
| int* elbg_data::codebook | 
Definition at line 51 of file elbg.c.
Referenced by avpriv_do_elbg(), and get_closest_codebook().
| cell** elbg_data::cells | 
Definition at line 52 of file elbg.c.
Referenced by avpriv_do_elbg(), get_high_utility_cell(), get_new_centroids(), shift_codebook(), try_shift_candidate(), and update_utility_and_n_cb().
| int* elbg_data::utility | 
Definition at line 53 of file elbg.c.
Referenced by avpriv_do_elbg(), do_shiftings(), evaluate_utility_inc(), try_shift_candidate(), and update_utility_and_n_cb().
| 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().
| int* elbg_data::nearest_cb | 
Definition at line 55 of file elbg.c.
Referenced by avpriv_do_elbg(), and update_utility_and_n_cb().
| int* elbg_data::points | 
Definition at line 56 of file elbg.c.
Referenced by avpriv_do_elbg(), eval_error_cell(), get_new_centroids(), shift_codebook(), and try_shift_candidate().
| AVLFG* elbg_data::rand_state | 
Definition at line 57 of file elbg.c.
Referenced by avpriv_do_elbg(), and get_high_utility_cell().
| int* elbg_data::scratchbuf | 
Definition at line 58 of file elbg.c.
Referenced by avpriv_do_elbg(), simple_lbg(), and try_shift_candidate().
 1.8.6
 1.8.6