Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dutils.h132 static WEBP_INLINE int WebPLog2FloorC(uint32_t n) { in WebPLog2FloorC() function
141 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { return WebPLog2FloorC(n); } in BitsLog2Floor()