Searched refs:CoefSumType (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_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)
H A Dac3enc_template.c44 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl);
135 CoefSumType energy[AC3_MAX_BLOCKS][AC3_MAX_CHANNELS][16] = {{{0}}};
227 CoefSumType coord_diff = 0;
255 CoefSumType energy_ch, energy_cpl;
365 CoefSumType sum[4] = {0,};
H A Dac3enc.h58 typedef float CoefSumType; typedef
67 typedef int64_t CoefSumType; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
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)
H A Dac3enc_template.c48 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl);
50 static void sum_square_butterfly(AC3EncodeContext *s, CoefSumType sum[4],
140 CoefSumType energy[AC3_MAX_BLOCKS][AC3_MAX_CHANNELS][16] = {{{0}}};
232 CoefSumType coord_diff = 0;
260 CoefSumType energy_ch, energy_cpl;
370 CoefSumType sum[4];
H A Dac3enc.h63 typedef float CoefSumType; typedef
72 typedef int64_t CoefSumType; typedef

Completed in 54 milliseconds