Searched refs:temporal_up_switch (Results 1 – 17 of 17) sorted by relevance
49 temporal_up_switch[0] = false; in SetGofInfoVP9()56 temporal_up_switch[0] = false; in SetGofInfoVP9()61 temporal_up_switch[1] = true; in SetGofInfoVP9()68 temporal_up_switch[0] = false; in SetGofInfoVP9()73 temporal_up_switch[1] = true; in SetGofInfoVP9()78 temporal_up_switch[2] = true; in SetGofInfoVP9()83 temporal_up_switch[3] = true; in SetGofInfoVP9()90 temporal_up_switch[0] = false; in SetGofInfoVP9()95 temporal_up_switch[1] = true; in SetGofInfoVP9()100 temporal_up_switch[2] = true; in SetGofInfoVP9()[all …]
40 EXPECT_EQ(expected.temporal_up_switch, actual.temporal_up_switch); in VerifyHeader()59 EXPECT_EQ(expected.gof.temporal_up_switch[i], in VerifyHeader()60 actual.gof.temporal_up_switch[i]); in VerifyHeader()261 expected_.temporal_up_switch = true; // U in TEST_F()284 expected_.temporal_up_switch = true; // U in TEST_F()349 expected_.gof.temporal_up_switch[0] = true; in TEST_F()397 expected_.gof.temporal_up_switch[0] = true; in TEST_F()398 expected_.gof.temporal_up_switch[1] = true; in TEST_F()399 expected_.gof.temporal_up_switch[2] = false; in TEST_F()441 expected_.gof.temporal_up_switch[0] = true; in TEST_F()[all …]
39 EXPECT_EQ(expected.temporal_up_switch, actual.temporal_up_switch); in VerifyHeader()58 EXPECT_EQ(expected.gof.temporal_up_switch[i], in VerifyHeader()59 actual.gof.temporal_up_switch[i]); in VerifyHeader()140 expected.temporal_up_switch = kUbit ? true : false; in TEST()168 expected.temporal_up_switch = kUbit ? true : false; in TEST()264 expected.gof.temporal_up_switch[0] = true; in TEST()265 expected.gof.temporal_up_switch[1] = false; in TEST()
68 vp9->temporal_up_switch = u_bit ? true : false; in ParseLayerInfoCommon()183 vp9->gof.temporal_up_switch[i] = u_bit ? true : false; in ParseSsData()
177 RETURN_FALSE_ON_ERROR(writer->WriteBits(vp9.temporal_up_switch ? 1 : 0, 1)); in WriteLayerInfoCommon()274 writer->WriteBits(vp9.gof.temporal_up_switch[i] ? 1 : 0, 1)); in WriteSsData()
106 _codecSpecificInfo.codecSpecific.VP9.temporal_up_switch = in CopyCodecSpecific()107 vp9_header.temporal_up_switch; in CopyCodecSpecific()
673 vp9_header.temporal_up_switch = false; in TEST_F()735 vp9_header.temporal_up_switch = true; in TEST_F()743 vp9_header.temporal_up_switch = true; in TEST_F()754 vp9_header.temporal_up_switch = false; in TEST_F()765 frame_out->CodecSpecific()->codecSpecific.VP9.temporal_up_switch); in TEST_F()772 EXPECT_TRUE(frame_out->CodecSpecific()->codecSpecific.VP9.temporal_up_switch); in TEST_F()779 EXPECT_TRUE(frame_out->CodecSpecific()->codecSpecific.VP9.temporal_up_switch); in TEST_F()813 vp9_header.temporal_up_switch = true; in TEST_F()823 vp9_header.temporal_up_switch = true; in TEST_F()834 vp9_header.temporal_up_switch = false; in TEST_F()[all …]
69 _codecSpecificInfo.codecSpecific.VP9.temporal_up_switch = in SetGofInfo()70 gof_info.temporal_up_switch[idx]; in SetGofInfo()
113 .temporal_up_switch; in LayerSync()160 vp9_header->temporal_up_switch = gof_info.temporal_up_switch[idx]; in SetGofInfo()
577 if (codec_header.temporal_up_switch) in ManageFrameVp9()
133 vp9_header.temporal_up_switch = up_switch; in InsertVp9Gof()
65 bool temporal_up_switch; member
60 vp9_header.temporal_up_switch = info.codecSpecific.VP9.temporal_up_switch; in PopulateRtpWithCodecSpecifics()
1130 vp9_info->temporal_up_switch = false; in PopulateCodecSpecific()1167 vp9_info->temporal_up_switch = gof_.temporal_up_switch[vp9_info->gof_idx]; in PopulateCodecSpecific()1321 vp9_info->temporal_up_switch = in FillReferenceIndices()
3351 EXPECT_FALSE(vp9.temporal_up_switch); in VerifyTemporalLayerStructure0()3357 EXPECT_FALSE(vp9.temporal_up_switch); in VerifyTemporalLayerStructure1()3364 EXPECT_EQ(vp9.temporal_idx > 0, vp9.temporal_up_switch); in VerifyTemporalLayerStructure2()3381 EXPECT_FALSE(vp9.temporal_up_switch); in VerifyTemporalLayerStructure3()3385 EXPECT_TRUE(vp9.temporal_up_switch); in VerifyTemporalLayerStructure3()3389 EXPECT_TRUE(vp9.temporal_up_switch); in VerifyTemporalLayerStructure3()3455 EXPECT_FALSE(vp9.temporal_up_switch); in VerifyCommonHeader()
363 info.codecSpecific.VP9.temporal_up_switch = true; in ParseCodecSpecificInfo()
1459 EXPECT_EQ(vp9.temporal_up_switch, gof.temporal_up_switch[gof_idx]) in TEST_F()