Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc243 bool n_bit = !(i == vp9.num_ref_pics - 1); in WriteRefIndices() local
245 RETURN_FALSE_ON_ERROR(writer->WriteBits(n_bit ? 1 : 0, 1)); in WriteRefIndices()
384 uint32_t n_bit; in ParseRefIndices() local
391 RETURN_FALSE_ON_ERROR(parser->ReadBits(&n_bit, 1)); in ParseRefIndices()
400 } while (n_bit); in ParseRefIndices()