FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
DecodingParams Struct Reference

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...
 

Detailed Description

Definition at line 79 of file mlpenc.c.

Field Documentation

uint16_t DecodingParams::blocksize
uint8_t DecodingParams::quant_step_size[MAX_CHANNELS]
MatrixParams DecodingParams::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().


The documentation for this struct was generated from the following file: