FFmpeg
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 80 of file mlpenc.c.

Field Documentation

◆ blocksize

uint16_t DecodingParams::blocksize

◆ quant_step_size

uint8_t DecodingParams::quant_step_size[MAX_CHANNELS]

◆ matrix_params

MatrixParams DecodingParams::matrix_params

◆ param_presence_flags

uint8_t DecodingParams::param_presence_flags

Bitmask of which parameter sets are conveyed in a decoding parameter block.

Definition at line 86 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: