HomeSort by relevance Sort by last modified time
    Searched defs:BitsLog2Floor (Results 1 - 2 of 2) sorted by null

  /external/webp/src/utils/
utils.h 114 static WEBP_INLINE int BitsLog2Floor(uint32_t n) {
122 static WEBP_INLINE int BitsLog2Floor(uint32_t n) {
128 static WEBP_INLINE int BitsLog2Floor(uint32_t n) {
  /external/opencv3/3rdparty/libwebp/enc/
backward_references.h 39 static WEBP_INLINE int BitsLog2Floor(uint32_t n) {
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);
88 const int highest_bit = BitsLog2Floor(--distance);

Completed in 201 milliseconds