Searched refs:seg_id_cost (Results 1 – 1 of 1) sorted by relevance
205 int seg_id_cost[MAX_SEGMENTS]; in av1_choose_segmap_coding_method() local206 av1_cost_tokens_from_cdf(seg_id_cost, segp->tree_cdf, NULL); in av1_choose_segmap_coding_method()209 no_pred_cost += no_pred_segcounts[i] * seg_id_cost[i]; in av1_choose_segmap_coding_method()224 t_pred_cost += t_unpred_seg_counts[i] * seg_id_cost[i]; in av1_choose_segmap_coding_method()