Searched refs:energy_ch (Results 1 - 6 of 6) 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) argument
134 coord *= sqrtf(energy_ch / energy_cpl);
H A Dac3enc_fixed.c121 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl) argument
126 uint64_t coord = energy_ch / (energy_cpl >> 24);
H A Dac3enc_template.c44 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl);
255 CoefSumType energy_ch, energy_cpl; local
259 energy_ch = energy[blk][ch][bnd];
264 energy_ch += energy[blk1][ch][bnd];
268 cpl_coords[blk][ch][bnd] = calc_cpl_coord(energy_ch, energy_cpl);
/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) argument
130 uint64_t coord = energy_ch / (energy_cpl >> 24);
H A Dac3enc_float.c131 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl) argument
135 coord *= sqrtf(energy_ch / energy_cpl);
H A Dac3enc_template.c48 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl);
260 CoefSumType energy_ch, energy_cpl; local
264 energy_ch = energy[blk][ch][bnd];
269 energy_ch += energy[blk1][ch][bnd];
273 cpl_coords[blk][ch][bnd] = calc_cpl_coord(energy_ch, energy_cpl);

Completed in 32 milliseconds