CoefType          134 libavcodec/ac3enc.h     CoefType **mdct_coef;                       ///< MDCT coefficients
CoefType          240 libavcodec/ac3enc.h     CoefType *mdct_coef_buffer;
CoefType           97 libavcodec/ac3enc_fixed.c static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl)
CoefType           73 libavcodec/ac3enc_float.c static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl)
CoefType          119 libavcodec/ac3enc_template.c     LOCAL_ALIGNED_16(CoefType, cpl_coords,      [AC3_MAX_BLOCKS], [AC3_MAX_CHANNELS][16]);
CoefType          143 libavcodec/ac3enc_template.c         CoefType *cpl_coef = &block->mdct_coef[CPL_CH][cpl_start];
CoefType          148 libavcodec/ac3enc_template.c             CoefType *ch_coef = &block->mdct_coef[ch][cpl_start];
CoefType          171 libavcodec/ac3enc_template.c                     CoefType v = block->mdct_coef[ch][i+j];