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

  /external/chromium_org/third_party/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);
  /external/webp/src/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 192 milliseconds