Searched refs:CoefType (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc_template.c42 static void clip_coefficients(DSPContext *dsp, CoefType *coef, unsigned int len);
44 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl);
128 LOCAL_ALIGNED_16(CoefType, cpl_coords, [AC3_MAX_BLOCKS], [AC3_MAX_CHANNELS][16]);
152 CoefType *cpl_coef = &block->mdct_coef[CPL_CH][cpl_start];
157 CoefType *ch_coef = &block->mdct_coef[ch][cpl_start];
180 CoefType v = block->mdct_coef[ch][i+j];
367 CoefType lt = block->mdct_coef[1][i];
368 CoefType rt = block->mdct_coef[2][i];
369 CoefType md = lt + rt;
370 CoefType s
[all...]
H A Dac3enc.h57 typedef float CoefType; typedef
66 typedef int32_t CoefType; typedef
127 CoefType **mdct_coef; ///< MDCT coefficients
231 CoefType *mdct_coef_buffer;
H A Dac3enc_float.c130 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl)
H A Dac3enc_fixed.c121 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc_template.c45 static void clip_coefficients(AudioDSPContext *adsp, CoefType *coef,
48 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl);
51 const CoefType *coef0, const CoefType *coef1,
133 LOCAL_ALIGNED_16(CoefType, cpl_coords, [AC3_MAX_BLOCKS], [AC3_MAX_CHANNELS][16]);
157 CoefType *cpl_coef = &block->mdct_coef[CPL_CH][cpl_start];
162 CoefType *ch_coef = &block->mdct_coef[ch][cpl_start];
185 CoefType v = block->mdct_coef[ch][i+j];
H A Dac3enc.h62 typedef float CoefType; typedef
71 typedef int32_t CoefType; typedef
132 CoefType **mdct_coef; ///< MDCT coefficients
238 CoefType *mdct_coef_buffer;
H A Dac3enc_fixed.c125 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl)
H A Dac3enc_float.c131 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl)

Completed in 82 milliseconds