Searched refs:no_pred_cost (Results 1 – 2 of 2) sorted by relevance
173 int no_pred_cost; in av1_choose_segmap_coding_method() local207 no_pred_cost = 0; in av1_choose_segmap_coding_method()209 no_pred_cost += no_pred_segcounts[i] * seg_id_cost[i]; in av1_choose_segmap_coding_method()228 if (t_pred_cost < no_pred_cost) { in av1_choose_segmap_coding_method()
204 int no_pred_cost; in vp9_choose_segmap_coding_method() local244 no_pred_cost = cost_segmap(no_pred_segcounts, no_pred_tree); in vp9_choose_segmap_coding_method()267 if (t_pred_cost < no_pred_cost) { in vp9_choose_segmap_coding_method()