Searched refs:best_intra_cost (Results 1 – 3 of 3) sorted by relevance
137 int64_t best_intra_cost = INT64_MAX; in mode_estimation() local182 if (intra_cost < best_intra_cost) best_intra_cost = intra_cost; in mode_estimation()234 best_intra_cost = AOMMAX(best_intra_cost, 1); in mode_estimation()235 best_inter_cost = AOMMIN(best_intra_cost, best_inter_cost); in mode_estimation()237 tpl_stats->intra_cost = best_intra_cost << TPL_DEP_COST_SCALE_LOG2; in mode_estimation()
5888 int64_t best_intra_cost = INT64_MAX; local5940 if (intra_cost < best_intra_cost) best_intra_cost = intra_cost;6018 best_intra_cost = VPXMAX(best_intra_cost, 1);6019 best_inter_cost = VPXMIN(best_intra_cost, best_inter_cost);6023 1, (best_intra_cost << TPL_DEP_COST_SCALE_LOG2) / (mi_height * mi_width));
5023 S32 best_intra_cost = in hme_populate_cu_tree() local5031 S32 best_cost = (best_inter_cost > best_intra_cost) ? best_intra_cost : best_inter_cost; in hme_populate_cu_tree()5728 S32 best_intra_cost = in hme_analyse_mv_clustering() local5736 S32 best_cost = (best_inter_cost > best_intra_cost) ? best_intra_cost : best_inter_cost; in hme_analyse_mv_clustering()