Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmathops.h130 static OPUS_INLINE float celt_log2(float x) in celt_log2() function
168 #define celt_log2(x) ((float)(1.442695040888963387*log(x))) macro
201 static OPUS_INLINE opus_val16 celt_log2(opus_val32 x) in celt_log2() function