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

/external/speex/libspeex/
H A Dvorbis_psy.h61 #define fromOC(o) (exp(((o)+5.965784f)*.693147f)) macro
/external/libvorbis/lib/
H A Dscales.h88 #define fromOC(o) (exp(((o)+5.965784f)*.693147f)) macro
H A Dpsy.c173 bin=floor(fromOC(i*.5)/binHz);
192 int lo_bin= fromOC(j*.125+k*.5-2.0625)/binHz;
193 int hi_bin= fromOC(j*.125+k*.5-1.9375)/binHz+1;
217 int lo_bin= fromOC(j*.125+i*.5-2.0625)/binHz;
218 int hi_bin= fromOC(j*.125+i*.5-1.9375)/binHz+1;
239 int bin=fromOC(j*.125+i*.5-2.)/binHz;
296 int endpos=rint(fromOC((i+1)*.125-2.)*2*n/rate);

Completed in 42 milliseconds