Searched refs:t_pred_cost (Results 1 – 2 of 2) sorted by relevance
176 int t_pred_cost = INT_MAX; in av1_choose_segmap_coding_method() local223 t_pred_cost = 0; in av1_choose_segmap_coding_method()227 t_pred_cost += temporal_predictor_count[i][j] * pred_flag_cost[i][j]; in av1_choose_segmap_coding_method()231 t_pred_cost += t_unpred_seg_counts[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()
246 int t_pred_cost = INT_MAX; in vp9_choose_segmap_coding_method() local292 t_pred_cost = cost_segmap(t_unpred_seg_counts, t_pred_tree); in vp9_choose_segmap_coding_method()302 t_pred_cost += count0 * vp9_cost_zero(t_nopred_prob[i]) + in vp9_choose_segmap_coding_method()308 if (t_pred_cost < no_pred_cost) { in vp9_choose_segmap_coding_method()