Searched refs:GopStruct (Results 1 – 8 of 8) sorted by relevance
/external/libaom/av1/qmode_rc/ |
D | ratectrl_qmode.h | 58 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,
|
D | ratectrl_qmode_interface.h | 225 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()
|
D | ratectrl_qmode.cc | 123 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 …]
|
D | ducky_encode.h | 82 TplGopStats ObtainTplStats(const GopStruct gop_struct,
|
D | ducky_encode.cc | 360 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/ |
D | mock_ratectrl_qmode.h | 27 (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,
|
D | ratectrl_qmode_test.cc | 138 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 …]
|
D | ducky_encode_test.cc | 156 const aom::GopStruct &gop_struct = gop_list[i]; in TEST()
|