Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dbackward_references.h37 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { in BitsLog2Floor() function
44 static WEBP_INLINE int BitsLog2Floor(uint32_t n) {
49 static WEBP_INLINE int BitsLog2Floor(uint32_t n) {
68 const int floor = BitsLog2Floor(n); in VP8LBitsLog2Ceiling()
82 const int highest_bit = BitsLog2Floor(--distance); in PrefixEncode()