Home
last modified time | relevance | path

Searched refs:BitsLog2Floor (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/utils/
Dutils.h114 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { in BitsLog2Floor() function
122 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { in BitsLog2Floor() function
141 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { return WebPLog2FloorC(n); } in BitsLog2Floor() function
Dbit_reader_inl_utils.h127 const int shift = 7 ^ BitsLog2Floor(range); in VP8GetBit()
/external/webp/src/dsp/
Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT()
Dcost_sse2.c41 res->last = mask ? BitsLog2Floor(mask) : -1; in SetResidualCoeffs_SSE2()
/external/webp/src/enc/
Dvp8l_enc.c640 const int nbits = BitsLog2Floor(trimmed_length - 2); in StoreFullHuffmanCode()
1600 enc->cache_bits_ = BitsLog2Floor(enc->palette_size_) + 1; in EncodeStreamHook()