OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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