Home
last modified time | relevance | path

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

/external/libaom/av1/qmode_rc/
Dratectrl_qmode.h58 GopStruct ConstructGop(RefFrameManager *ref_frame_manager, int show_frame_count,
108 const GopStruct &gop_struct, const TplGopStats &tpl_gop_stats,
113 const GopStruct &gop_struct,
122 const GopStruct &gop_struct,
131 const GopStruct &gop_struct);
133 const GopStruct &gop_struct, const FirstpassInfo &firstpass_info);
135 const GopStruct &gop_struct, const TplGopStats &tpl_gop_stats,
Dratectrl_qmode_interface.h225 struct GopStruct { struct
235 using GopStructList = std::vector<GopStruct>; argument
301 const GopStruct *gop_struct; // Not owned, may not be nullptr.
327 const GopStruct &gop_struct AOM_UNUSED, in GetGopEncodeInfo()
334 const GopStruct &gop_struct AOM_UNUSED) { in GetTplPassGopEncodeInfo()
343 const GopStruct &gop_struct AOM_UNUSED, in GetGopEncodeInfo()
351 const GopStruct &gop_struct AOM_UNUSED, in GetTplPassGopEncodeInfo()
Dratectrl_qmode.cc123 void ConstructGopMultiLayer(GopStruct *gop_struct, in ConstructGopMultiLayer()
167 GopStruct ConstructGop(RefFrameManager *ref_frame_manager, int show_frame_count, in ConstructGop()
170 GopStruct gop_struct; in ConstructGop()
885 GopStruct gop = in DetermineGopInfo()
953 Status ValidateTplStats(const GopStruct &gop_struct, in ValidateTplStats()
1178 const GopStruct &gop_struct, in GetRefFrameTableList()
1408 const GopStruct &gop_struct) { in GetGopEncodeInfoWithNoStats()
1438 const GopStruct &gop_struct, in GetGopEncodeInfoWithFp()
1446 const GopStruct &gop_struct, const TplGopStats &tpl_gop_stats, in GetGopEncodeInfoWithTpl()
1522 const GopStruct &gop_struct, const FirstpassInfo &firstpass_info) { in GetTplPassGopEncodeInfo()
[all …]
Dducky_encode.h82 TplGopStats ObtainTplStats(const GopStruct gop_struct,
Dducky_encode.cc360 const GopStruct &gop_struct, in DuckyEncodeInfoSetGopStruct()
465 TplGopStats DuckyEncode::ObtainTplStats(const GopStruct gop_struct, in ObtainTplStats()
562 const aom::GopStruct &gop_struct = gop_list[i]; in ComputeTplStats()
623 const aom::GopStruct &gop_struct = gop_list[i]; in EncodeVideo()
/external/libaom/test/
Dmock_ratectrl_qmode.h27 (const GopStruct &gop_struct, const TplGopStats &tpl_gop_stats,
32 (const GopStruct &gop_struct, const TplGopStats &tpl_gop_stats,
38 (const GopStruct &gop_struct), (override));
40 (const GopStruct &gop_struct,
Dratectrl_qmode_test.cc138 void TestGopDisplayOrder(const GopStruct &gop_struct) { in TestGopDisplayOrder()
152 void TestGopGlobalOrderIdx(const GopStruct &gop_struct, in TestGopGlobalOrderIdx()
165 void TestGopGlobalCodingIdx(const GopStruct &gop_struct, in TestGopGlobalCodingIdx()
174 void TestColocatedShowFrame(const GopStruct &gop_struct) { in TestColocatedShowFrame()
197 void TestLayerDepth(const GopStruct &gop_struct, int max_layer_depth) { in TestLayerDepth()
215 void TestArfInterval(const GopStruct &gop_struct) { in TestArfInterval()
251 GopStruct gop_struct = in TEST_F()
270 GopStruct gop_struct = in TEST_F()
289 GopStruct gop_struct = in TEST_F()
591 GopStruct gop_struct; in TEST_F()
[all …]
Dducky_encode_test.cc156 const aom::GopStruct &gop_struct = gop_list[i]; in TEST()