Home
last modified time | relevance | path

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

/external/libaom/test/
Dratectrl_qmode_test.cc182 auto &next_gop_frame = gop_struct.gop_frame_list[i]; in TestColocatedShowFrame() local
183 if (gop_frame.order_idx == next_gop_frame.order_idx) { in TestColocatedShowFrame()
185 EXPECT_EQ(gop_frame.update_ref_idx, next_gop_frame.colocated_ref_idx); in TestColocatedShowFrame()
186 EXPECT_TRUE(next_gop_frame.is_show_frame); in TestColocatedShowFrame()
188 if (gop_frame.update_ref_idx == next_gop_frame.update_ref_idx) { in TestColocatedShowFrame()