Home
last modified time | relevance | path

Searched defs:POW20 (Results 1 - 1 of 1) 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

Completed in 2 milliseconds