Searched refs:BitsLog2Floor (Results 1 – 5 of 5) sorted by relevance
114 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { in BitsLog2Floor() function122 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { in BitsLog2Floor() function141 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { return WebPLog2FloorC(n); } in BitsLog2Floor() function
128 const int shift = 7 ^ BitsLog2Floor(range); in VP8GetBit()
101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT()110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT()
41 res->last = mask ? BitsLog2Floor(mask) : -1; in SetResidualCoeffs_SSE2()
662 const int nbits = BitsLog2Floor(trimmed_length - 2); in StoreFullHuffmanCode()1613 enc->cache_bits_ = BitsLog2Floor(enc->palette_size_) + 1; in EncodeStreamHook()