Searched refs:BitsLog2Floor (Results 1 – 6 of 6) 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
127 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()
640 const int nbits = BitsLog2Floor(trimmed_length - 2); in StoreFullHuffmanCode()1600 enc->cache_bits_ = BitsLog2Floor(enc->palette_size_) + 1; in EncodeStreamHook()
1287 0250dfcc msvc: fix pointer type warning in BitsLog2Floor3239 2ed2adb5 Merge "msvc: add intrinsic based BitsLog2Floor"3263 e1f769fe msvc: add intrinsic based BitsLog2Floor
Completed in 17 milliseconds