Searched refs:u_bit (Results 1 – 1 of 1) sorted by relevance
334 uint32_t t, u_bit, s, d_bit; in ParseLayerInfoCommon() local336 RETURN_FALSE_ON_ERROR(parser->ReadBits(&u_bit, 1)); in ParseLayerInfoCommon()340 vp9->temporal_up_switch = u_bit ? true : false; in ParseLayerInfoCommon()447 uint32_t t, u_bit, r; in ParseSsData() local449 RETURN_FALSE_ON_ERROR(parser->ReadBits(&u_bit, 1)); in ParseSsData()453 vp9->gof.temporal_up_switch[i] = u_bit ? true : false; in ParseSsData()