CoefType          134 libavcodec/ac3enc.h     CoefType **mdct_coef;                       ///< MDCT coefficients
CoefType          240 libavcodec/ac3enc.h     CoefType *mdct_coef_buffer;
CoefType          125 libavcodec/ac3enc_fixed.c static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl)
CoefType          131 libavcodec/ac3enc_float.c static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl)
CoefType           45 libavcodec/ac3enc_template.c static void clip_coefficients(AudioDSPContext *adsp, CoefType *coef,
CoefType           48 libavcodec/ac3enc_template.c static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl);
CoefType           51 libavcodec/ac3enc_template.c                                  const CoefType *coef0, const CoefType *coef1,
CoefType          133 libavcodec/ac3enc_template.c     LOCAL_ALIGNED_16(CoefType, cpl_coords,      [AC3_MAX_BLOCKS], [AC3_MAX_CHANNELS][16]);
CoefType          157 libavcodec/ac3enc_template.c         CoefType *cpl_coef = &block->mdct_coef[CPL_CH][cpl_start];
CoefType          162 libavcodec/ac3enc_template.c             CoefType *ch_coef = &block->mdct_coef[ch][cpl_start];
CoefType          185 libavcodec/ac3enc_template.c                     CoefType v = block->mdct_coef[ch][i+j];