FFmpeg
|
Data Fields | |
int | history_mult |
int | initial_history |
int | k_modifier |
int | rice_modifier |
enum CodingMode | coding_mode |
int | porder |
int | params [MAX_PARTITIONS] |
enum CodingMode RiceContext::coding_mode |
Definition at line 73 of file flacenc.c.
Referenced by calc_rice_params(), find_subframe_rice_params(), init_frame(), remove_wasted_bits(), subframe_count_exact(), and write_subframes().
int RiceContext::porder |
Definition at line 74 of file flacenc.c.
Referenced by calc_optimal_rice_params(), subframe_count_exact(), and write_subframes().
int RiceContext::params[MAX_PARTITIONS] |
Definition at line 75 of file flacenc.c.
Referenced by calc_optimal_rice_params(), subframe_count_exact(), and write_subframes().