Searched refs:BitsCtz (Results 1 – 3 of 3) sorted by relevance
122 static WEBP_INLINE int BitsCtz(uint32_t n) { return __builtin_ctz(n); } in BitsCtz() function134 static WEBP_INLINE int BitsCtz(uint32_t n) { in BitsCtz() function156 static WEBP_INLINE int BitsCtz(uint32_t n) { in BitsCtz() function
262 const int32_t j = BitsCtz(my); in CombinedShannonEntropy_SSE2()
73 0320e1e3 add the missing default BitsCtz() code