Searched refs:CoefType (Results 1 – 4 of 4) sorted by relevance
54 typedef float CoefType; typedef64 typedef int32_t CoefType; typedef127 CoefType **mdct_coef; ///< MDCT coefficients236 CoefType *mdct_coef_buffer;
112 LOCAL_ALIGNED_16(CoefType, cpl_coords, [AC3_MAX_BLOCKS], [AC3_MAX_CHANNELS][16]); in apply_channel_coupling()136 CoefType *cpl_coef = &block->mdct_coef[CPL_CH][cpl_start]; in apply_channel_coupling()141 CoefType *ch_coef = &block->mdct_coef[ch][cpl_start]; in apply_channel_coupling()164 CoefType v = block->mdct_coef[ch][i+j]; in apply_channel_coupling()
65 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl) in calc_cpl_coord()
71 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl) in calc_cpl_coord()