Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc334 uint32_t t, u_bit, s, d_bit; in ParseLayerInfoCommon() local
338 RETURN_FALSE_ON_ERROR(parser->ReadBits(&d_bit, 1)); in ParseLayerInfoCommon()
342 vp9->inter_layer_predicted = d_bit ? true : false; in ParseLayerInfoCommon()