Home
last modified time | relevance | path

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

/third_party/lame/libmp3lame/
H A Dquantize_pvt.h59 extern FLOAT ipow20[Q_MAX];
H A Dmachine.h92 #define IPOW20(x) (assert(0 <= x && x < Q_MAX), ipow20[x])
H A Dquantize_pvt.c173 FLOAT ipow20[Q_MAX]; variable
365 ipow20[i] = pow(2.0, (double) (i - 210) * -0.1875); in iteration_init()
H A Dvbrquantize.c155 FLOAT const xfsf = ipow20[sf] * xr34; in find_lowest_scalefac()
223 const FLOAT sfpow34 = ipow20[sf]; /*pow(sfpow,-3.0/4.0); */ in calc_sfb_noise_x34()
519 FLOAT const sfpow34 = ipow20[sfac]; in quantize_x34()

Completed in 5 milliseconds