Home
last modified time | relevance | path

Searched refs:CoefType (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dac3enc.h54 typedef float CoefType; typedef
64 typedef int32_t CoefType; typedef
127 CoefType **mdct_coef; ///< MDCT coefficients
236 CoefType *mdct_coef_buffer;
Dac3enc_template.c112 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()
Dac3enc_fixed.c65 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl) in calc_cpl_coord()
Dac3enc_float.c71 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl) in calc_cpl_coord()