Home
last modified time | relevance | path

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

/third_party/lame/libmp3lame/
H A Dmachine.h88 #define POW20(x) (assert(0 <= (x+Q_MAX2) && x < Q_MAX), pow20[x+Q_MAX2]) macro
89 /*#define POW20(x) pow(2.0,((double)(x)-210)*.25) */
90 /*#define POW20(x) exp( ((double)(x)-210)*(.25*LOG2) ) */
H A Dquantize_pvt.c850 FLOAT const step = POW20(s); in calc_noise()

Completed in 2 milliseconds