Home
last modified time | relevance | path

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

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