FFmpeg
Data Fields
MLPBlock Struct Reference

Data Fields

unsigned int seq_size
 
ChannelParams channel_params [MAX_CHANNELS]
 
DecodingParams decoding_params
 
int32_t lossless_check_data
 
unsigned int max_output_bits
 largest output bit-depth More...
 
BestOffset best_offset [MAX_CHANNELS][NUM_CODEBOOKS]
 
ChannelParams major_channel_params [MAX_CHANNELS]
 ChannelParams to be written to bitstream. More...
 
DecodingParams major_decoding_params
 DecodingParams to be written to bitstream. More...
 
int major_params_changed
 params_changed to be written to bitstream. More...
 
int32_t inout_buffer [MAX_NCHANNELS][MAX_BLOCKSIZE]
 

Detailed Description

Definition at line 111 of file mlpenc.c.

Field Documentation

◆ seq_size

unsigned int MLPBlock::seq_size

Definition at line 112 of file mlpenc.c.

◆ channel_params

ChannelParams MLPBlock::channel_params[MAX_CHANNELS]

Definition at line 113 of file mlpenc.c.

◆ decoding_params

DecodingParams MLPBlock::decoding_params

Definition at line 114 of file mlpenc.c.

◆ lossless_check_data

int32_t MLPBlock::lossless_check_data

Definition at line 115 of file mlpenc.c.

◆ max_output_bits

unsigned int MLPBlock::max_output_bits

largest output bit-depth

Definition at line 116 of file mlpenc.c.

◆ best_offset

BestOffset MLPBlock::best_offset[MAX_CHANNELS][NUM_CODEBOOKS]

Definition at line 117 of file mlpenc.c.

◆ major_channel_params

ChannelParams MLPBlock::major_channel_params[MAX_CHANNELS]

ChannelParams to be written to bitstream.

Definition at line 118 of file mlpenc.c.

◆ major_decoding_params

DecodingParams MLPBlock::major_decoding_params

DecodingParams to be written to bitstream.

Definition at line 119 of file mlpenc.c.

◆ major_params_changed

int MLPBlock::major_params_changed

params_changed to be written to bitstream.

Definition at line 120 of file mlpenc.c.

◆ inout_buffer

int32_t MLPBlock::inout_buffer[MAX_NCHANNELS][MAX_BLOCKSIZE]

Definition at line 121 of file mlpenc.c.


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