FFmpeg
|
PutBitContext DCAEncContext::pb |
DCAADPCMEncContext DCAEncContext::adpcm_ctx |
FFTContext DCAEncContext::mdct |
CompressionOptions DCAEncContext::options |
const int8_t* DCAEncContext::channel_order_tab |
int32_t DCAEncContext::prediction_mode[MAX_CHANNELS][DCAENC_SUBBANDS] |
int32_t DCAEncContext::adpcm_history[MAX_CHANNELS][DCAENC_SUBBANDS][DCA_ADPCM_COEFFS *2] |
int32_t DCAEncContext::history[MAX_CHANNELS][512] |
int32_t* DCAEncContext::subband[MAX_CHANNELS][DCAENC_SUBBANDS] |
int32_t DCAEncContext::quantized[MAX_CHANNELS][DCAENC_SUBBANDS][SUBBAND_SAMPLES] |
int32_t DCAEncContext::peak_cb[MAX_CHANNELS][DCAENC_SUBBANDS] |
int32_t DCAEncContext::diff_peak_cb[MAX_CHANNELS][DCAENC_SUBBANDS] |
int32_t DCAEncContext::downsampled_lfe[DCA_LFE_SAMPLES] |
int32_t DCAEncContext::masking_curve_cb[SUBSUBFRAMES][256] |
int32_t DCAEncContext::bit_allocation_sel[MAX_CHANNELS] |
int DCAEncContext::abits[MAX_CHANNELS][DCAENC_SUBBANDS] |
int DCAEncContext::scale_factor[MAX_CHANNELS][DCAENC_SUBBANDS] |
softfloat DCAEncContext::quant[MAX_CHANNELS][DCAENC_SUBBANDS] |
int32_t DCAEncContext::quant_index_sel[MAX_CHANNELS][DCA_CODE_BOOKS] |
int DCAEncContext::consumed_adpcm_bits |