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

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.h187 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; local
189 *code = 2 * highest_bit + second_highest_bit;
196 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; local
199 *code = 2 * highest_bit + second_highest_bit;
/external/webp/src/dsp/
H A Dlossless.h187 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; local
189 *code = 2 * highest_bit + second_highest_bit;
196 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; local
199 *code = 2 * highest_bit + second_highest_bit;

Completed in 116 milliseconds