Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.h183 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT() local
192 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT() local