Home
last modified time | relevance | path

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

/external/libaom/test/
Dratectrl_qmode_test.cc364 GopFrameBasic(0, 0, i, i, 0, 0, GopFrameType::kRegularLeaf); in CreateToyRefFrameTable()
623 const std::vector<GopFrameType> type_list = { in TEST()
624 GopFrameType::kRegularKey, in TEST()
625 GopFrameType::kRegularArf, in TEST()
626 GopFrameType::kIntermediateArf, in TEST()
627 GopFrameType::kRegularLeaf, in TEST()
628 GopFrameType::kIntermediateOverlay, in TEST()
629 GopFrameType::kRegularLeaf, in TEST()
630 GopFrameType::kOverlay in TEST()
635 EXPECT_EQ(type_list[first_leaf_idx], GopFrameType::kRegularLeaf); in TEST()
[all …]
/external/libaom/av1/qmode_rc/
Dratectrl_qmode.cc45 void SetGopFrameByType(GopFrameType gop_frame_type, GopFrame *gop_frame) { in SetGopFrameByType()
48 case GopFrameType::kRegularKey: in SetGopFrameByType()
55 case GopFrameType::kRegularGolden: in SetGopFrameByType()
62 case GopFrameType::kRegularArf: in SetGopFrameByType()
69 case GopFrameType::kIntermediateArf: in SetGopFrameByType()
76 case GopFrameType::kRegularLeaf: in SetGopFrameByType()
83 case GopFrameType::kIntermediateOverlay: in SetGopFrameByType()
90 case GopFrameType::kOverlay: in SetGopFrameByType()
103 GopFrameType gop_frame_type) { in GopFrameBasic()
137 gop_struct->display_tracker, GopFrameType::kIntermediateArf); in ConstructGopMultiLayer()
[all …]
Dratectrl_qmode.h51 void SetGopFrameByType(GopFrameType gop_frame_type, GopFrame *gop_frame);
56 GopFrameType gop_frame_type);
Dratectrl_qmode_interface.h90 enum class GopFrameType { enum
199 GopFrameType update_type; // This is a redundant field. It is only used for
Dducky_encode.cc372 if (frame.update_type == GopFrameType::kRegularArf) gf_group->arf_index = i; in DuckyEncodeInfoSetGopStruct()
477 if (gop_struct.gop_frame_list[idx].update_type == GopFrameType::kOverlay || in ObtainTplStats()
479 GopFrameType::kIntermediateOverlay) { in ObtainTplStats()