Searched defs:second_highest_bit (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dsp/
H A Dlossless_common.h102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; local
104 *code = 2 * highest_bit + second_highest_bit;
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; local
114 *code = 2 * highest_bit + second_highest_bit;

Completed in 136 milliseconds