Searched refs:frame_dep_stats_list (Results 1 – 3 of 3) sorted by relevance
459 gop_dep_stats.frame_dep_stats_list.push_back(frame_dep_stats0); in TEST_F()465 gop_dep_stats.frame_dep_stats_list.push_back(std::move(*frame_dep_stats1)); in TEST_F()476 TplFrameDepStatsAccumulate(gop_dep_stats.frame_dep_stats_list[0]); in TEST_F()496 gop_dep_stats.frame_dep_stats_list.push_back(frame_dep_stats0); in TEST_F()502 gop_dep_stats.frame_dep_stats_list.push_back(frame_dep_stats1); in TEST_F()508 gop_dep_stats.frame_dep_stats_list.push_back(std::move(*frame_dep_stats2)); in TEST_F()518 TplFrameDepStatsAccumulate(gop_dep_stats.frame_dep_stats_list[0]); in TEST_F()523 TplFrameDepStatsAccumulate(gop_dep_stats.frame_dep_stats_list[1]); in TEST_F()547 gop_dep_stats.frame_dep_stats_list.push_back( in TEST_F()555 gop_dep_stats.frame_dep_stats_list.push_back(std::move(*frame_dep_stats)); in TEST_F()[all …]
1111 assert(!tpl_gop_dep_stats->frame_dep_stats_list.empty()); in TplFrameDepStatsPropagate()1113 &tpl_gop_dep_stats->frame_dep_stats_list[coding_idx]; in TplFrameDepStatsPropagate()1134 static_cast<int>(tpl_gop_dep_stats->frame_dep_stats_list.size())); in TplFrameDepStatsPropagate()1136 tpl_gop_dep_stats->frame_dep_stats_list[ref_coding_idx_list[i]]; in TplFrameDepStatsPropagate()1250 tpl_gop_dep_stats.frame_dep_stats_list.reserve(frame_count); in ComputeTplGopDepStats()1258 tpl_gop_dep_stats.frame_dep_stats_list.push_back( in ComputeTplGopDepStats()1475 gop_dep_stats->frame_dep_stats_list[i]; in GetGopEncodeInfoWithTpl()
44 std::vector<TplFrameDepStats> frame_dep_stats_list; member