Home
last modified time | relevance | path

Searched refs:t_pred_cost (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dsegmentation.c174 int t_pred_cost = INT_MAX; in av1_choose_segmap_coding_method() local
216 t_pred_cost = 0; in av1_choose_segmap_coding_method()
220 t_pred_cost += temporal_predictor_count[i][j] * pred_flag_cost[i][j]; 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()
228 if (t_pred_cost < no_pred_cost) { in av1_choose_segmap_coding_method()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c205 int t_pred_cost = INT_MAX; in vp9_choose_segmap_coding_method() local
251 t_pred_cost = cost_segmap(t_unpred_seg_counts, t_pred_tree); in vp9_choose_segmap_coding_method()
261 t_pred_cost += count0 * vp9_cost_zero(t_nopred_prob[i]) + in vp9_choose_segmap_coding_method()
267 if (t_pred_cost < no_pred_cost) { in vp9_choose_segmap_coding_method()