Searched refs:WebPLog2FloorC (Results 1 – 2 of 2) sorted by relevance
132 static WEBP_INLINE int WebPLog2FloorC(uint32_t n) { in WebPLog2FloorC() function141 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { return WebPLog2FloorC(n); } in BitsLog2Floor()
425 ae836410 WebPLog2FloorC: clear -Wshadow warning
Completed in 7 milliseconds