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

  /external/webp/src/utils/
utils.h 127 static WEBP_INLINE int BitsLog2Floor(uint32_t n) {
135 static WEBP_INLINE int BitsLog2Floor(uint32_t n) {
141 static WEBP_INLINE int BitsLog2Floor(uint32_t n) { return WebPLog2FloorC(n); }
bit_reader_inl_utils.h 127 const int shift = 7 ^ BitsLog2Floor(range);
  /external/webp/src/dsp/
lossless_common.h 97 const int log_floor = BitsLog2Floor(n);
109 const int highest_bit = BitsLog2Floor(--distance);
118 const int highest_bit = BitsLog2Floor(--distance);
cost_sse2.c 41 res->last = mask ? BitsLog2Floor(mask) : -1;
  /external/webp/src/enc/
vp8l_enc.c     [all...]

Completed in 5159 milliseconds