AC3_MAX_CHANNELS 221 libavcodec/ac3dec.c for (i = 0; i < AC3_MAX_CHANNELS; i++) { AC3_MAX_CHANNELS 372 libavcodec/ac3dec.c float downmix_coeffs[2][AC3_MAX_CHANNELS]; AC3_MAX_CHANNELS 375 libavcodec/ac3dec.c s->downmix_coeffs[0] = av_malloc_array(2 * AC3_MAX_CHANNELS, AC3_MAX_CHANNELS 379 libavcodec/ac3dec.c s->downmix_coeffs[1] = s->downmix_coeffs[0] + AC3_MAX_CHANNELS; AC3_MAX_CHANNELS 959 libavcodec/ac3dec.c memset(bit_alloc_stages, 3, AC3_MAX_CHANNELS); AC3_MAX_CHANNELS 1076 libavcodec/ac3dec.c uint8_t bit_alloc_stages[AC3_MAX_CHANNELS] = { 0 }; AC3_MAX_CHANNELS 1200 libavcodec/ac3dec.c memset(bit_alloc_stages, 3, AC3_MAX_CHANNELS); AC3_MAX_CHANNELS 1474 libavcodec/ac3dec.c const SHORTFLOAT *output[AC3_MAX_CHANNELS]; AC3_MAX_CHANNELS 1624 libavcodec/ac3dec.c offset = s->frame_type == EAC3_FRAME_TYPE_DEPENDENT ? AC3_MAX_CHANNELS : 0; AC3_MAX_CHANNELS 1625 libavcodec/ac3dec.c for (ch = 0; ch < AC3_MAX_CHANNELS; ch++) { AC3_MAX_CHANNELS 128 libavcodec/ac3dec.h int channel_in_cpl[AC3_MAX_CHANNELS]; ///< channel in coupling (chincpl) AC3_MAX_CHANNELS 135 libavcodec/ac3dec.h int first_cpl_coords[AC3_MAX_CHANNELS]; ///< first coupling coordinates states (firstcplcos) AC3_MAX_CHANNELS 136 libavcodec/ac3dec.h int cpl_coords[AC3_MAX_CHANNELS][AC3_MAX_CPL_BANDS]; ///< coupling coordinates (cplco) AC3_MAX_CHANNELS 142 libavcodec/ac3dec.h uint8_t channel_uses_spx[AC3_MAX_CHANNELS]; ///< channel uses spectral extension (chinspx) AC3_MAX_CHANNELS 143 libavcodec/ac3dec.h int8_t spx_atten_code[AC3_MAX_CHANNELS]; ///< spx attenuation code (spxattencod) AC3_MAX_CHANNELS 151 libavcodec/ac3dec.h uint8_t first_spx_coords[AC3_MAX_CHANNELS]; ///< first spx coordinates states (firstspxcos) AC3_MAX_CHANNELS 152 libavcodec/ac3dec.h INTFLOAT spx_noise_blend[AC3_MAX_CHANNELS][SPX_MAX_BANDS]; ///< spx noise blending factor (nblendfact) AC3_MAX_CHANNELS 153 libavcodec/ac3dec.h INTFLOAT spx_signal_blend[AC3_MAX_CHANNELS][SPX_MAX_BANDS];///< spx signal blending factor (sblendfact) AC3_MAX_CHANNELS 157 libavcodec/ac3dec.h int channel_uses_aht[AC3_MAX_CHANNELS]; ///< channel AHT in use (chahtinu) AC3_MAX_CHANNELS 158 libavcodec/ac3dec.h int pre_mantissa[AC3_MAX_CHANNELS][AC3_MAX_COEFS][AC3_MAX_BLOCKS]; ///< pre-IDCT mantissas AC3_MAX_CHANNELS 181 libavcodec/ac3dec.h int start_freq[AC3_MAX_CHANNELS]; ///< start frequency bin (strtmant) AC3_MAX_CHANNELS 182 libavcodec/ac3dec.h int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant) AC3_MAX_CHANNELS 195 libavcodec/ac3dec.h int num_exp_groups[AC3_MAX_CHANNELS]; ///< Number of exponent groups (nexpgrp) AC3_MAX_CHANNELS 196 libavcodec/ac3dec.h int8_t dexps[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< decoded exponents AC3_MAX_CHANNELS 197 libavcodec/ac3dec.h int exp_strategy[AC3_MAX_BLOCKS][AC3_MAX_CHANNELS]; ///< exponent strategies (expstr) AC3_MAX_CHANNELS 203 libavcodec/ac3dec.h int snr_offset[AC3_MAX_CHANNELS]; ///< signal-to-noise ratio offsets (snroffst) AC3_MAX_CHANNELS 204 libavcodec/ac3dec.h int fast_gain[AC3_MAX_CHANNELS]; ///< fast gain values/SMR's (fgain) AC3_MAX_CHANNELS 205 libavcodec/ac3dec.h uint8_t bap[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< bit allocation pointers AC3_MAX_CHANNELS 206 libavcodec/ac3dec.h int16_t psd[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< scaled exponents AC3_MAX_CHANNELS 207 libavcodec/ac3dec.h int16_t band_psd[AC3_MAX_CHANNELS][AC3_CRITICAL_BANDS]; ///< interpolated exponents AC3_MAX_CHANNELS 208 libavcodec/ac3dec.h int16_t mask[AC3_MAX_CHANNELS][AC3_CRITICAL_BANDS]; ///< masking curve values AC3_MAX_CHANNELS 209 libavcodec/ac3dec.h int dba_mode[AC3_MAX_CHANNELS]; ///< delta bit allocation mode AC3_MAX_CHANNELS 210 libavcodec/ac3dec.h int dba_nsegs[AC3_MAX_CHANNELS]; ///< number of delta segments AC3_MAX_CHANNELS 211 libavcodec/ac3dec.h uint8_t dba_offsets[AC3_MAX_CHANNELS][8]; ///< delta segment offsets AC3_MAX_CHANNELS 212 libavcodec/ac3dec.h uint8_t dba_lengths[AC3_MAX_CHANNELS][8]; ///< delta segment lengths AC3_MAX_CHANNELS 213 libavcodec/ac3dec.h uint8_t dba_values[AC3_MAX_CHANNELS][8]; ///< delta values for each segment AC3_MAX_CHANNELS 217 libavcodec/ac3dec.h int dither_flag[AC3_MAX_CHANNELS]; ///< dither flags (dithflg) AC3_MAX_CHANNELS 222 libavcodec/ac3dec.h int block_switch[AC3_MAX_CHANNELS]; ///< block switch flags (blksw) AC3_MAX_CHANNELS 238 libavcodec/ac3dec.h SHORTFLOAT *outptr[AC3_MAX_CHANNELS]; AC3_MAX_CHANNELS 239 libavcodec/ac3dec.h INTFLOAT *xcfptr[AC3_MAX_CHANNELS]; AC3_MAX_CHANNELS 240 libavcodec/ac3dec.h INTFLOAT *dlyptr[AC3_MAX_CHANNELS]; AC3_MAX_CHANNELS 243 libavcodec/ac3dec.h DECLARE_ALIGNED(16, int, fixed_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< fixed-point transform coefficients AC3_MAX_CHANNELS 244 libavcodec/ac3dec.h DECLARE_ALIGNED(32, INTFLOAT, transform_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< transform coefficients AC3_MAX_CHANNELS 2068 libavcodec/ac3enc.c if (channels < 1 || channels > AC3_MAX_CHANNELS) AC3_MAX_CHANNELS 144 libavcodec/ac3enc.h uint8_t coeff_shift[AC3_MAX_CHANNELS]; ///< fixed-point coefficient shift values AC3_MAX_CHANNELS 150 libavcodec/ac3enc.h uint8_t channel_in_cpl[AC3_MAX_CHANNELS]; ///< channel in coupling (chincpl) AC3_MAX_CHANNELS 152 libavcodec/ac3enc.h uint8_t new_cpl_coords[AC3_MAX_CHANNELS]; ///< send new coupling coordinates (cplcoe) AC3_MAX_CHANNELS 153 libavcodec/ac3enc.h uint8_t cpl_master_exp[AC3_MAX_CHANNELS]; ///< coupling coord master exponents (mstrcplco) AC3_MAX_CHANNELS 156 libavcodec/ac3enc.h int end_freq[AC3_MAX_CHANNELS]; ///< end frequency bin (endmant) AC3_MAX_CHANNELS 211 libavcodec/ac3enc.h int start_freq[AC3_MAX_CHANNELS]; ///< start frequency bin (strtmant) AC3_MAX_CHANNELS 230 libavcodec/ac3enc.h int fast_gain_code[AC3_MAX_CHANNELS]; ///< fast gain codes (signal-to-mask ratio) (fgaincod) AC3_MAX_CHANNELS 231 libavcodec/ac3enc.h int fine_snr_offset[AC3_MAX_CHANNELS]; ///< fine SNR offsets (fsnroffst) AC3_MAX_CHANNELS 251 libavcodec/ac3enc.h uint8_t exp_strategy[AC3_MAX_CHANNELS][AC3_MAX_BLOCKS]; ///< exponent strategies AC3_MAX_CHANNELS 252 libavcodec/ac3enc.h uint8_t frame_exp_strategy[AC3_MAX_CHANNELS]; ///< frame exp strategy index AC3_MAX_CHANNELS 254 libavcodec/ac3enc.h uint8_t exp_ref_block[AC3_MAX_CHANNELS][AC3_MAX_BLOCKS]; ///< reference blocks for EXP_REUSE AC3_MAX_CHANNELS 255 libavcodec/ac3enc.h uint8_t *ref_bap [AC3_MAX_CHANNELS][AC3_MAX_BLOCKS]; ///< bit allocation pointers (bap) AC3_MAX_CHANNELS 119 libavcodec/ac3enc_template.c LOCAL_ALIGNED_16(CoefType, cpl_coords, [AC3_MAX_BLOCKS], [AC3_MAX_CHANNELS][16]); AC3_MAX_CHANNELS 121 libavcodec/ac3enc_template.c LOCAL_ALIGNED_16(int32_t, fixed_cpl_coords, [AC3_MAX_BLOCKS], [AC3_MAX_CHANNELS][16]); AC3_MAX_CHANNELS 123 libavcodec/ac3enc_template.c int32_t (*fixed_cpl_coords)[AC3_MAX_CHANNELS][16] = cpl_coords; AC3_MAX_CHANNELS 126 libavcodec/ac3enc_template.c CoefSumType energy[AC3_MAX_BLOCKS][AC3_MAX_CHANNELS][16] = {{{0}}}; AC3_MAX_CHANNELS 98 libavcodec/eac3enc.c int first_cpl_coords[AC3_MAX_CHANNELS];