Home
last modified time | relevance | path

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

/external/libopus/celt/
Decintrin.h61 # define EC_CLZ0 (1) macro
65 # define EC_CLZ0 (31) macro
69 # define EC_CLZ0 ((int)sizeof(unsigned)*CHAR_BIT) macro
72 # define EC_CLZ0 ((int)sizeof(unsigned long)*CHAR_BIT) macro
82 # define EC_ILOG(_x) (EC_CLZ0-EC_CLZ(_x))