Searched refs:tpl_gop_stats (Results 1 – 7 of 7) sorted by relevance
/external/libaom/av1/qmode_rc/ |
D | ratectrl_qmode.h | 98 const TplGopStats &tpl_gop_stats, 108 const GopStruct &gop_struct, const TplGopStats &tpl_gop_stats, 135 const GopStruct &gop_struct, const TplGopStats &tpl_gop_stats,
|
D | ratectrl_qmode_interface.h | 302 const TplGopStats *tpl_gop_stats; // Not owned, may not be nullptr. member 328 const TplGopStats &tpl_gop_stats AOM_UNUSED, in GetGopEncodeInfo() 344 const TplGopStats &tpl_gop_stats AOM_UNUSED, in GetGopEncodeInfo()
|
D | ratectrl_qmode.cc | 954 const TplGopStats &tpl_gop_stats) { in ValidateTplStats() argument 959 tpl_gop_stats.frame_stats_list.size()) { in ValidateTplStats() 964 << tpl_gop_stats.frame_stats_list.size() << "). " << kAdvice; in ValidateTplStats() 970 !tpl_gop_stats.frame_stats_list[i].block_stats_list.empty(); in ValidateTplStats() 1230 const TplGopStats &tpl_gop_stats, in ComputeTplGopDepStats() argument 1234 for (const auto &tpl_frame_stats : tpl_gop_stats.frame_stats_list) { in ComputeTplGopDepStats() 1239 lookahead_stat.tpl_gop_stats->frame_stats_list) { in ComputeTplGopDepStats() 1446 const GopStruct &gop_struct, const TplGopStats &tpl_gop_stats, in GetGopEncodeInfoWithTpl() argument 1455 tpl_gop_stats, lookahead_stats, ref_frame_table_list); in GetGopEncodeInfoWithTpl() 1460 static_cast<int>(tpl_gop_stats.frame_stats_list.size()); in GetGopEncodeInfoWithTpl() [all …]
|
D | ducky_encode.cc | 467 TplGopStats tpl_gop_stats; in ObtainTplStats() local 480 tpl_gop_stats.frame_stats_list.push_back(tpl_frame_stats); in ObtainTplStats() 541 tpl_gop_stats.frame_stats_list.push_back(tpl_frame_stats); in ObtainTplStats() 544 return tpl_gop_stats; in ObtainTplStats() 567 aom::TplGopStats tpl_gop_stats; in ComputeTplStats() local 578 tpl_gop_stats = ObtainTplStats(gop_struct, 0); in ComputeTplStats() 579 tpl_gop_stats_list.push_back(tpl_gop_stats); in ComputeTplStats()
|
/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,
|
D | ratectrl_qmode_test.cc | 589 TplGopStats tpl_gop_stats; in TEST_F() local 600 tpl_gop_stats.frame_stats_list.push_back(frame_stats); in TEST_F() 605 ComputeTplGopDepStats(tpl_gop_stats, {}, ref_frame_table_list); in TEST_F() 613 TplFrameStatsAccumulateIntraCost(tpl_gop_stats.frame_stats_list[i]); in TEST_F() 1079 TplGopStats tpl_gop_stats; in TEST_F() local 1080 tpl_gop_stats.frame_stats_list.assign( in TEST_F() 1084 rc.GetGopEncodeInfo(gop_struct, tpl_gop_stats, {}, {}, RefFrameTable()) in TEST_F() 1103 TplGopStats tpl_gop_stats; in TEST_F() local 1104 tpl_gop_stats.frame_stats_list.assign(3, { 8, 176, 144, false, {}, {} }); in TEST_F() 1105 tpl_gop_stats.frame_stats_list[0] = CreateToyTplFrameStatsWithDiffSizes(8, 8); in TEST_F() [all …]
|
D | ducky_encode_test.cc | 157 const aom::TplGopStats &tpl_gop_stats = tpl_gop_stats_list[i]; in TEST() local 166 qmode_rc.GetGopEncodeInfo(gop_struct, tpl_gop_stats, lookahead_stats, in TEST()
|