Searched defs:second_highest_bit (Results 1 – 2 of 2) sorted by relevance
279 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT() local288 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT() local
89 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in PrefixEncode() local