Home
last modified time | relevance | path

Searched defs:highest_bit (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
/external/toybox/lib/
Dlib.c579 int highest_bit(unsigned long l) in highest_bit() function