Home
last modified time | relevance | path

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

/third_party/lame/libmp3lame/
H A Dquantize_pvt.h58 extern FLOAT pow20[Q_MAX + Q_MAX2 + 1];
H A Dmachine.h88 #define POW20(x) (assert(0 <= (x+Q_MAX2) && x < Q_MAX), pow20[x+Q_MAX2])
H A Dquantize_pvt.c172 FLOAT pow20[Q_MAX + Q_MAX2 + 1]; variable
367 pow20[i] = pow(2.0, (double) (i - 210 - Q_MAX2) * 0.25); in iteration_init()
H A Dvbrquantize.c222 const FLOAT sfpow = pow20[sf + Q_MAX2]; /*pow(2.0,sf/4.0); */ in calc_sfb_noise_x34()

Completed in 6 milliseconds