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

/external/chromium_org/third_party/opus/src/celt/
H A Dmathops.h98 static OPUS_INLINE float celt_log2(float x) function
136 #define celt_log2(x) ((float)(1.442695040888963387*log(x))) macro
169 static OPUS_INLINE opus_val16 celt_log2(opus_val32 x) function
/external/libopus/celt/
H A Dmathops.h98 static OPUS_INLINE float celt_log2(float x) function
136 #define celt_log2(x) ((float)(1.442695040888963387*log(x))) macro
169 static OPUS_INLINE opus_val16 celt_log2(opus_val32 x) function

Completed in 48 milliseconds