Home
last modified time | relevance | path

Searched refs:is_two_bit (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dtransport_feedback.cc389 bool is_two_bit; in Encode() local
394 is_two_bit = false; in Encode()
398 is_two_bit = true; in Encode()
401 is_two_bit = false; in Encode()
414 vec_needs_two_bit_symbols_ = is_two_bit; in Encode()
463 if (is_two_bit && !vec_needs_two_bit_symbols_) { in Encode()