Searched refs:no_pred_cost (Results 1 – 2 of 2) sorted by relevance
175 int no_pred_cost; in av1_choose_segmap_coding_method() local214 no_pred_cost = 0; in av1_choose_segmap_coding_method()216 no_pred_cost += no_pred_segcounts[i] * seg_id_cost[i]; in av1_choose_segmap_coding_method()235 if (t_pred_cost < no_pred_cost) { in av1_choose_segmap_coding_method()
245 int no_pred_cost; in vp9_choose_segmap_coding_method() local285 no_pred_cost = cost_segmap(no_pred_segcounts, no_pred_tree); in vp9_choose_segmap_coding_method()308 if (t_pred_cost < no_pred_cost) { in vp9_choose_segmap_coding_method()