Home
last modified time | relevance | path

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

/third_party/lame/libmp3lame/
H A Dvbrquantize.c222 const FLOAT sfpow = pow20[sf + Q_MAX2]; /*pow(2.0,sf/4.0); */ in calc_sfb_noise_x34() local
223 const FLOAT sfpow34 = ipow20[sf]; /*pow(sfpow,-3.0/4.0); */ in calc_sfb_noise_x34()
237 x[0] = fabsf(xr[0]) - sfpow * pow43[l3[0]]; in calc_sfb_noise_x34()
238 x[1] = fabsf(xr[1]) - sfpow * pow43[l3[1]]; in calc_sfb_noise_x34()
239 x[2] = fabsf(xr[2]) - sfpow * pow43[l3[2]]; in calc_sfb_noise_x34()
240 x[3] = fabsf(xr[3]) - sfpow * pow43[l3[3]]; in calc_sfb_noise_x34()
258 case 3: x[2] = fabsf(xr[2]) - sfpow * pow43[l3[2]]; in calc_sfb_noise_x34()
259 case 2: x[1] = fabsf(xr[1]) - sfpow * pow43[l3[1]]; in calc_sfb_noise_x34()
260 case 1: x[0] = fabsf(xr[0]) - sfpow * pow43[l3[0]]; in calc_sfb_noise_x34()

Completed in 3 milliseconds