HomeSort by relevance Sort by last modified time
    Searched defs:todB (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/lib/
scales.h 44 static inline float todB(const float *x){
54 #define todB_nn(x) todB(x)
63 #define todB(x) (*(x)==0?-400.f:log(*(x)**(x))*4.34294480f)
  /external/speex/libspeex/
vorbis_psy.h 42 #define todB(x) ((x)>1e-13?log((x)*(x))*4.34294480f:-30)

Completed in 91 milliseconds