Searched defs:celt_ilog2 (Results 1 – 3 of 3) sorted by relevance
40 #define celt_ilog2(x) (30 - _norm(x)) macro
73 #define celt_ilog2(x) (30 - _lnorm(x)) macro
180 static OPUS_INLINE opus_int16 celt_ilog2(opus_int32 x) in celt_ilog2() function