Home
last modified time | relevance | path

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

/external/libopus/celt/
Dfixed_c6x.h40 #define celt_ilog2(x) (30 - _norm(x)) macro
Dfixed_c5x.h73 #define celt_ilog2(x) (30 - _lnorm(x)) macro
Dmathops.h180 static OPUS_INLINE opus_int16 celt_ilog2(opus_int32 x) in celt_ilog2() function