Definition at line 133 of file mlpenc.c.
◆ class
◆ avctx
◆ max_restart_interval
int MLPEncodeContext::max_restart_interval |
Max interval of access units in between two major frames.
Definition at line 137 of file mlpenc.c.
◆ min_restart_interval
int MLPEncodeContext::min_restart_interval |
Min interval of access units in between two major frames.
Definition at line 138 of file mlpenc.c.
◆ cur_restart_interval
int MLPEncodeContext::cur_restart_interval |
◆ lpc_coeff_precision
int MLPEncodeContext::lpc_coeff_precision |
◆ rematrix_precision
int MLPEncodeContext::rematrix_precision |
◆ lpc_type
int MLPEncodeContext::lpc_type |
◆ lpc_passes
int MLPEncodeContext::lpc_passes |
◆ prediction_order
int MLPEncodeContext::prediction_order |
◆ max_codebook_search
int MLPEncodeContext::max_codebook_search |
◆ num_substreams
int MLPEncodeContext::num_substreams |
Number of substreams contained within this stream.
Definition at line 147 of file mlpenc.c.
◆ num_channels
int MLPEncodeContext::num_channels |
Number of channels in major_scratch_buffer.
Normal channels + noise channels.
Definition at line 149 of file mlpenc.c.
◆ coded_sample_fmt
int MLPEncodeContext::coded_sample_fmt[2] |
sample format encoded for MLP
Definition at line 152 of file mlpenc.c.
◆ coded_sample_rate
int MLPEncodeContext::coded_sample_rate[2] |
sample rate encoded for MLP
Definition at line 153 of file mlpenc.c.
◆ coded_peak_bitrate
int MLPEncodeContext::coded_peak_bitrate |
peak bitrate for this major sync header
Definition at line 154 of file mlpenc.c.
◆ flags
int MLPEncodeContext::flags |
major sync info flags
Definition at line 156 of file mlpenc.c.
◆ substream_info
int MLPEncodeContext::substream_info |
◆ thd_substream_info
int MLPEncodeContext::thd_substream_info |
◆ fs
◆ wordlength
int MLPEncodeContext::wordlength |
◆ channel_occupancy
int MLPEncodeContext::channel_occupancy |
◆ summary_info
int MLPEncodeContext::summary_info |
◆ last_frames
int32_t MLPEncodeContext::last_frames |
Signal last frames.
Definition at line 166 of file mlpenc.c.
◆ major_number_of_frames
unsigned int MLPEncodeContext::major_number_of_frames |
◆ next_major_number_of_frames
unsigned int MLPEncodeContext::next_major_number_of_frames |
◆ major_frame_size
unsigned int MLPEncodeContext::major_frame_size |
Number of samples in current major frame being encoded.
Definition at line 171 of file mlpenc.c.
◆ next_major_frame_size
unsigned int MLPEncodeContext::next_major_frame_size |
Counter of number of samples for next major frame.
Definition at line 172 of file mlpenc.c.
◆ frame_index
unsigned int MLPEncodeContext::frame_index |
Index of current frame being encoded.
Definition at line 174 of file mlpenc.c.
◆ restart_intervals
unsigned int MLPEncodeContext::restart_intervals |
Number of possible major frame sizes.
Definition at line 176 of file mlpenc.c.
◆ output_timing
uint16_t MLPEncodeContext::output_timing |
Timestamp of current access unit.
Definition at line 178 of file mlpenc.c.
◆ input_timing
uint16_t MLPEncodeContext::input_timing |
Decoding timestamp of current access unit.
Definition at line 179 of file mlpenc.c.
◆ noise_type
uint8_t MLPEncodeContext::noise_type |
◆ channel_arrangement
uint8_t MLPEncodeContext::channel_arrangement |
channel arrangement for MLP streams
Definition at line 182 of file mlpenc.c.
◆ channel_arrangement8
uint16_t MLPEncodeContext::channel_arrangement8 |
8 channel arrangement for THD streams
Definition at line 183 of file mlpenc.c.
◆ multichannel_type6ch
uint8_t MLPEncodeContext::multichannel_type6ch |
channel modifier for TrueHD stream 0
Definition at line 185 of file mlpenc.c.
◆ multichannel_type8ch
uint8_t MLPEncodeContext::multichannel_type8ch |
channel modifier for TrueHD stream 0
Definition at line 186 of file mlpenc.c.
◆ ch2_presentation_mod
uint8_t MLPEncodeContext::ch2_presentation_mod |
channel modifier for TrueHD stream 0
Definition at line 187 of file mlpenc.c.
◆ ch6_presentation_mod
uint8_t MLPEncodeContext::ch6_presentation_mod |
channel modifier for TrueHD stream 1
Definition at line 188 of file mlpenc.c.
◆ ch8_presentation_mod
uint8_t MLPEncodeContext::ch8_presentation_mod |
channel modifier for TrueHD stream 2
Definition at line 189 of file mlpenc.c.
◆ filter_state
◆ lpc_sample_buffer
◆ afq
◆ number_of_frames
unsigned int MLPEncodeContext::number_of_frames |
◆ number_of_subblocks
unsigned int MLPEncodeContext::number_of_subblocks |
◆ shorten_by
int MLPEncodeContext::shorten_by |
◆ lpc_ctx
The documentation for this struct was generated from the following file: