FFmpeg
|
#include <dca_xll.h>
Data Fields | |
int | decor_enabled |
Pairwise channel decorrelation flag. More... | |
int | orig_order [DCA_XLL_CHANNELS_MAX] |
Original channel order. More... | |
int | decor_coeff [DCA_XLL_CHANNELS_MAX/2] |
Pairwise channel coefficients. More... | |
int | adapt_pred_order [DCA_XLL_CHANNELS_MAX] |
Adaptive predictor order. More... | |
int | highest_pred_order |
Highest adaptive predictor order. More... | |
int | fixed_pred_order [DCA_XLL_CHANNELS_MAX] |
Fixed predictor order. More... | |
int | adapt_refl_coeff [DCA_XLL_CHANNELS_MAX][DCA_XLL_ADAPT_PRED_ORDER_MAX] |
Adaptive predictor reflection coefficients. More... | |
int | dmix_embedded |
Downmix performed by encoder in frequency band. More... | |
int | lsb_section_size |
Size of LSB section in any segment. More... | |
int | nscalablelsbs [DCA_XLL_CHANNELS_MAX] |
Number of bits to represent the samples in LSB part. More... | |
int | bit_width_adjust [DCA_XLL_CHANNELS_MAX] |
Number of bits discarded by authoring. More... | |
int32_t * | msb_sample_buffer [DCA_XLL_CHANNELS_MAX] |
MSB sample buffer pointers. More... | |
int32_t * | lsb_sample_buffer [DCA_XLL_CHANNELS_MAX] |
LSB sample buffer pointers or NULL. More... | |
int DCAXllBand::decor_enabled |
int DCAXllBand::orig_order[DCA_XLL_CHANNELS_MAX] |
int DCAXllBand::decor_coeff[DCA_XLL_CHANNELS_MAX/2] |
int DCAXllBand::adapt_pred_order[DCA_XLL_CHANNELS_MAX] |
int DCAXllBand::highest_pred_order |
int DCAXllBand::fixed_pred_order[DCA_XLL_CHANNELS_MAX] |
int DCAXllBand::adapt_refl_coeff[DCA_XLL_CHANNELS_MAX][DCA_XLL_ADAPT_PRED_ORDER_MAX] |
int DCAXllBand::dmix_embedded |
int DCAXllBand::lsb_section_size |
int DCAXllBand::nscalablelsbs[DCA_XLL_CHANNELS_MAX] |
int DCAXllBand::bit_width_adjust[DCA_XLL_CHANNELS_MAX] |
int32_t* DCAXllBand::msb_sample_buffer[DCA_XLL_CHANNELS_MAX] |
int32_t* DCAXllBand::lsb_sample_buffer[DCA_XLL_CHANNELS_MAX] |