Searched refs:kRegularLeaf (Results 1 – 3 of 3) sorted by relevance
/external/libaom/test/ |
D | ratectrl_qmode_test.cc | 364 GopFrameBasic(0, 0, i, i, 0, 0, GopFrameType::kRegularLeaf); in CreateToyRefFrameTable() 627 GopFrameType::kRegularLeaf, in TEST() 629 GopFrameType::kRegularLeaf, in TEST() 635 EXPECT_EQ(type_list[first_leaf_idx], GopFrameType::kRegularLeaf); in TEST() 668 EXPECT_EQ(type_list[second_leaf_idx], GopFrameType::kRegularLeaf); in TEST() 728 GopFrameType::kRegularLeaf, in TEST() 730 GopFrameType::kRegularLeaf, in TEST() 736 EXPECT_EQ(type_list[first_leaf_idx], GopFrameType::kRegularLeaf); in TEST() 768 GopFrameType::kRegularLeaf }; in TEST() 802 GopFrameType::kRegularLeaf }; in TEST() [all …]
|
/external/libaom/av1/qmode_rc/ |
D | ratectrl_qmode_interface.h | 92 kRegularLeaf, // Regular leaf frame enumerator
|
D | ratectrl_qmode.cc | 76 case GopFrameType::kRegularLeaf: in SetGopFrameByType() 159 gop_struct->display_tracker, GopFrameType::kRegularLeaf); in ConstructGopMultiLayer() 223 gop_struct.display_tracker, GopFrameType::kRegularLeaf); in ConstructGop() 1469 gop_frame.update_type == GopFrameType::kRegularLeaf) { in GetGopEncodeInfoWithTpl()
|