Searched defs:celt_log2 (Results 1 – 1 of 1) sorted by relevance
130 static OPUS_INLINE float celt_log2(float x) in celt_log2() function168 #define celt_log2(x) ((float)(1.442695040888963387*log(x))) macro201 static OPUS_INLINE opus_val16 celt_log2(opus_val32 x) in celt_log2() function