FFmpeg
|
In the ELBG jargon, a cell is the set of points that are closest to a codebook entry. More...
Data Fields | |
int | index |
struct cell_s * | next |
In the ELBG jargon, a cell is the set of points that are closest to a codebook entry.
Not to be confused with a RoQ Video cell.
int cell::index |
Definition at line 40 of file elbg.c.
Referenced by eval_error_cell(), ff_do_elbg(), get_new_centroids(), shift_codebook(), simple_lbg(), try_shift_candidate(), and update_utility_and_n_cb().
struct cell_s* cell::next |
Definition at line 41 of file elbg.c.
Referenced by eval_error_cell(), ff_do_elbg(), get_new_centroids(), shift_codebook(), simple_lbg(), try_shift_candidate(), and update_utility_and_n_cb().