Searched refs:highest_bit (Results 1 - 4 of 4) sorted by relevance

/external/webp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1;
103 *extra_bits = highest_bit - 1;
104 *code = 2 * highest_bit + second_highest_bit;
110 const int highest_bit = BitsLog2Floor(--distance); local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1;
112 *extra_bits = highest_bit - 1;
114 *code = 2 * highest_bit + second_highest_bit;
/external/toybox/toys/other/
H A Dchrt.c5 * Note: -ibrfo flags sorted to match SCHED positions for highest_bit()
76 if (-1==(pol = highest_bit(toys.optflags&0x2f))) pol = SCHED_RR;
/external/toybox/lib/
H A Dlib.h197 int highest_bit(unsigned long l);
H A Dlib.c551 int highest_bit(unsigned long l) function

Completed in 164 milliseconds