Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/enc/
Dbackward_references.h39 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { in BitsLog2Floor() function
47 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()
/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()