Home
last modified time | relevance | path

Searched refs:SigProcFIX_CLZ16 (Results 1 – 1 of 1) sorted by relevance

/external/libopus/silk/
DMacroCount.h204 #undef SigProcFIX_CLZ16
205 static OPUS_INLINE opus_int32 SigProcFIX_CLZ16(opus_int16 in16) in SigProcFIX_CLZ16() function
248 return SigProcFIX_CLZ16((opus_int16)(in32 >> 16)); in SigProcFIX_CLZ32()
250 return SigProcFIX_CLZ16((opus_int16)in32) + 16; in SigProcFIX_CLZ32()