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

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

Completed in 64 milliseconds