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

  /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);
  /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/webp/src/dsp/
lossless.h 266 const int log_floor = BitsLog2Floor(n);
278 const int highest_bit = BitsLog2Floor(--distance);
287 const int highest_bit = BitsLog2Floor(--distance);
cost_sse2.c 41 res->last = mask ? BitsLog2Floor(mask) : -1;

Completed in 89 milliseconds