Home
last modified time | relevance | path

Searched refs:BitsLog2Floor (Results 1 – 3 of 3) 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
128 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { in BitsLog2Floor() function
/external/webp/src/dsp/
Dlossless.h266 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()
Dcost_sse2.c41 res->last = mask ? BitsLog2Floor(mask) : -1; in SetResidualCoeffsSSE2()