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

  /external/opencv3/3rdparty/libwebp/enc/
backward_references.h 89 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; local
92 *code = 2 * highest_bit + second_highest_bit;
  /external/webp/src/dsp/
lossless.h 279 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; local
281 *code = 2 * highest_bit + second_highest_bit;
288 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; local
291 *code = 2 * highest_bit + second_highest_bit;

Completed in 60 milliseconds