Lines Matching refs:unit_stats
903 frame_dep_stats.unit_stats.resize(unit_rows); in CreateTplFrameDepStats()
904 for (auto &row : frame_dep_stats.unit_stats) { in CreateTplFrameDepStats()
1012 TplUnitDepStats unit_stats = in CreateTplFrameDepStatsWithoutPropagation() local
1016 frame_dep_stats.unit_stats[block_unit_row + r][block_unit_col + c] = in CreateTplFrameDepStatsWithoutPropagation()
1017 unit_stats; in CreateTplFrameDepStatsWithoutPropagation()
1062 for (const auto &row : frame_dep_stats.unit_stats) { in TplFrameDepStatsAccumulateIntraCost()
1074 for (const auto &row : frame_dep_stats.unit_stats) { in TplFrameDepStatsAccumulateInterCost()
1085 for (const auto &row : frame_dep_stats.unit_stats) { in TplFrameDepStatsAccumulate()
1115 if (frame_dep_stats->unit_stats.empty()) return; in TplFrameDepStatsPropagate()
1119 static_cast<int>(frame_dep_stats->unit_stats.size()); in TplFrameDepStatsPropagate()
1121 static_cast<int>(frame_dep_stats->unit_stats[0].size()); in TplFrameDepStatsPropagate()
1125 frame_dep_stats->unit_stats[unit_row][unit_col]; in TplFrameDepStatsPropagate()
1137 assert(!ref_frame_dep_stats.unit_stats.empty()); in TplFrameDepStatsPropagate()
1164 ref_frame_dep_stats.unit_stats[ref_unit_row][ref_unit_col]; in TplFrameDepStatsPropagate()
1303 frame_dep_stats.unit_stats[unit_row][unit_col]; in SetupDeltaQ()