Searched defs:extra_bits (Results 1 – 1 of 1) sorted by relevance
193 uint64_t extra_bits = static_cast<uint64_t>(value ^ (value >> 63)) >> 6; in EncodeSignedLeb128() local206 uint32_t extra_bits = static_cast<uint32_t>(value ^ (value >> 31)) >> 6; in EncodeSignedLeb128() local