Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c67 static int cost_segmap(int *segcounts, vpx_prob *probs) { in cost_segmap() function
231 no_pred_cost = cost_segmap(no_pred_segcounts, no_pred_tree); in vp9_choose_segmap_coding_method()
238 t_pred_cost = cost_segmap(t_unpred_seg_counts, t_pred_tree); in vp9_choose_segmap_coding_method()