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

/external/libvorbis/lib/
H A Dmdct.h32 #define TRIGBITS 14 macro
37 #define FLOAT_CONV(x) ((int)((x)*(1<<TRIGBITS)+.5))
38 #define MULT_NORM(x) ((x)>>TRIGBITS)

Completed in 65 milliseconds