Home
last modified time | relevance | path

Searched defs:gop_struct (Results 1 – 5 of 5) sorted by relevance

/external/libaom/test/
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() local
270 GopStruct gop_struct = in TEST_F() local
289 GopStruct gop_struct = in TEST_F() local
591 GopStruct gop_struct; in TEST_F() local
[all …]
Dducky_encode_test.cc143 for (const auto &gop_struct : gop_list) { in TEST() local
156 const aom::GopStruct &gop_struct = gop_list[i]; in TEST() local
/external/libaom/av1/qmode_rc/
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() local
623 const aom::GopStruct &gop_struct = gop_list[i]; in EncodeVideo() local
Dratectrl_qmode.cc123 void ConstructGopMultiLayer(GopStruct *gop_struct, in ConstructGopMultiLayer()
170 GopStruct gop_struct; in ConstructGop() local
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()
1527 const GopStruct &gop_struct, const TplGopStats &tpl_gop_stats, in GetGopEncodeInfo()
Dratectrl_qmode_interface.h301 const GopStruct *gop_struct; // Not owned, may not be nullptr. member