FFmpeg
|
Data Fields | |
int16_t | offset |
int | bitcount |
int | lsb_bits |
int16_t | min |
int16_t | max |
int16_t BestOffset::offset |
Definition at line 89 of file mlpenc.c.
Referenced by codebook_bits_offset(), no_codebook_bits(), no_codebook_bits_offset(), and set_best_codebook().
int BestOffset::bitcount |
Definition at line 90 of file mlpenc.c.
Referenced by best_codebook_path_cost(), codebook_bits(), codebook_bits_offset(), no_codebook_bits(), and no_codebook_bits_offset().
int BestOffset::lsb_bits |
Definition at line 91 of file mlpenc.c.
Referenced by codebook_bits_offset(), compare_best_offset(), no_codebook_bits(), no_codebook_bits_offset(), and set_best_codebook().
int16_t BestOffset::min |
Definition at line 92 of file mlpenc.c.
Referenced by codebook_bits(), codebook_bits_offset(), determine_bits(), no_codebook_bits(), and no_codebook_bits_offset().
int16_t BestOffset::max |
Definition at line 93 of file mlpenc.c.
Referenced by codebook_bits(), codebook_bits_offset(), determine_bits(), no_codebook_bits(), and no_codebook_bits_offset().