FFmpeg
|
Data Fields | |
int32_t | offset |
uint32_t | bitcount |
uint8_t | lsb_bits |
int32_t | min |
int32_t | max |
int32_t BestOffset::offset |
Definition at line 98 of file mlpenc.c.
Referenced by codebook_bits_offset(), no_codebook_bits(), no_codebook_bits_offset(), and set_best_codebook().
uint32_t BestOffset::bitcount |
Definition at line 99 of file mlpenc.c.
Referenced by best_codebook_path_cost(), codebook_bits(), codebook_bits_offset(), no_codebook_bits(), and no_codebook_bits_offset().
uint8_t BestOffset::lsb_bits |
Definition at line 100 of file mlpenc.c.
Referenced by codebook_bits_offset(), compare_best_offset(), no_codebook_bits(), no_codebook_bits_offset(), and set_best_codebook().
int32_t BestOffset::min |
Definition at line 101 of file mlpenc.c.
Referenced by codebook_bits(), codebook_bits_offset(), determine_bits(), no_codebook_bits(), and no_codebook_bits_offset().
int32_t BestOffset::max |
Definition at line 102 of file mlpenc.c.
Referenced by codebook_bits(), codebook_bits_offset(), determine_bits(), no_codebook_bits(), and no_codebook_bits_offset().