FFmpeg
|
Data Fields | |
uint16_t | blocksize |
number of PCM samples in current audio block More... | |
uint8_t | quant_step_size [MAX_CHANNELS] |
left shift to apply to Huffman-decoded residuals More... | |
MatrixParams | matrix_params |
uint8_t | param_presence_flags |
Bitmask of which parameter sets are conveyed in a decoding parameter block. More... | |
uint16_t DecodingParams::blocksize |
number of PCM samples in current audio block
Definition at line 80 of file mlpenc.c.
Referenced by analyze_sample_buffer(), clear_decoding_params(), codebook_bits_offset(), compare_decoding_params(), determine_bits(), no_codebook_bits(), no_codebook_bits_offset(), write_block_data(), and write_decoding_params().
uint8_t DecodingParams::quant_step_size[MAX_CHANNELS] |
left shift to apply to Huffman-decoded residuals
Definition at line 81 of file mlpenc.c.
Referenced by apply_filter(), clear_decoding_params(), codebook_bits_offset(), compare_decoding_params(), copy_restart_frame_params(), determine_bits(), determine_quant_step_size(), set_best_codebook(), write_block_data(), and write_decoding_params().
MatrixParams DecodingParams::matrix_params |
Definition at line 83 of file mlpenc.c.
Referenced by clear_decoding_params(), code_matrix_coeffs(), compare_decoding_params(), copy_restart_frame_params(), determine_quant_step_size(), lossless_matrix_coeffs(), rematrix_channels(), write_decoding_params(), and write_matrix_params().
uint8_t DecodingParams::param_presence_flags |
Bitmask of which parameter sets are conveyed in a decoding parameter block.
Definition at line 85 of file mlpenc.c.
Referenced by clear_decoding_params(), compare_decoding_params(), default_decoding_params(), and write_decoding_params().