Searched refs:BitsLog2Floor (Results 1 – 1 of 1) sorted by relevance
37 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { in BitsLog2Floor() function44 static WEBP_INLINE int BitsLog2Floor(uint32_t n) {49 static WEBP_INLINE int BitsLog2Floor(uint32_t n) {68 const int floor = BitsLog2Floor(n); in VP8LBitsLog2Ceiling()82 const int highest_bit = BitsLog2Floor(--distance); in PrefixEncode()