Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c206 int t_pred_cost = INT_MAX; in vp9_choose_segmap_coding_method() local
252 t_pred_cost = cost_segmap(t_unpred_seg_counts, t_pred_tree); in vp9_choose_segmap_coding_method()
262 t_pred_cost += count0 * vp9_cost_zero(t_nopred_prob[i]) + in vp9_choose_segmap_coding_method()
268 if (t_pred_cost < no_pred_cost) { in vp9_choose_segmap_coding_method()