Searched refs:vec_needs_two_bit_symbols_ (Results 1 – 2 of 2) sorted by relevance
84 vec_needs_two_bit_symbols_(false), in TransportFeedback()414 vec_needs_two_bit_symbols_ = is_two_bit; in Encode()423 size_t capacity = vec_needs_two_bit_symbols_ ? kTwoBitVectorCapacity in Encode()463 if (is_two_bit && !vec_needs_two_bit_symbols_) { in Encode()466 vec_needs_two_bit_symbols_ = true; in Encode()497 size_t capacity = vec_needs_two_bit_symbols_ ? kTwoBitVectorCapacity in EmitRemaining()507 if (vec_needs_two_bit_symbols_) { in EmitVectorChunk()
97 bool vec_needs_two_bit_symbols_; variable