Home
last modified time | relevance | path

Searched defs:todB (Results 1 – 2 of 2) sorted by relevance

/external/libvorbis/lib/
Dscales.h44 static inline float todB(const float *x){ in todB() function
63 #define todB(x) (*(x)==0?-400.f:log(*(x)**(x))*4.34294480f) macro
/external/speex/libspeex/
Dvorbis_psy.h42 #define todB(x) ((x)>1e-13?log((x)*(x))*4.34294480f:-30) macro