Searched refs:BitsLog2Floor (Results 1 – 4 of 4) sorted by relevance
39 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { in BitsLog2Floor() function47 static WEBP_INLINE int BitsLog2Floor(uint32_t n) {55 static WEBP_INLINE int BitsLog2Floor(uint32_t n) {74 const int log_floor = BitsLog2Floor(n); in VP8LBitsLog2Ceiling()88 const int highest_bit = BitsLog2Floor(--distance); in PrefixEncode()
114 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { in BitsLog2Floor() function122 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { in BitsLog2Floor() function128 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { in BitsLog2Floor() function
266 const int log_floor = BitsLog2Floor(n); in VP8LBitsLog2Ceiling()278 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT()287 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT()
41 res->last = mask ? BitsLog2Floor(mask) : -1; in SetResidualCoeffsSSE2()