Home
last modified time | relevance | path

Searched refs:energy_ch (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3enc_float.c63 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl) in calc_cpl_coord() argument
67 coord *= sqrtf(energy_ch / energy_cpl); in calc_cpl_coord()
H A Dac3enc_fixed.c57 static CoefType calc_cpl_coord(CoefSumType energy_ch, CoefSumType energy_cpl) in calc_cpl_coord() argument
62 uint64_t coord = energy_ch / (energy_cpl >> 24); in calc_cpl_coord()
H A Dac3enc_template.c240 CoefSumType energy_ch, energy_cpl; in apply_channel_coupling() local
244 energy_ch = energy[blk][ch][bnd]; in apply_channel_coupling()
249 energy_ch += energy[blk1][ch][bnd]; in apply_channel_coupling()
253 cpl_coords[blk][ch][bnd] = calc_cpl_coord(energy_ch, energy_cpl); in apply_channel_coupling()

Completed in 3 milliseconds