Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dsegmentation.c173 int no_pred_cost; in av1_choose_segmap_coding_method() local
207 no_pred_cost = 0; in av1_choose_segmap_coding_method()
209 no_pred_cost += no_pred_segcounts[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.c204 int no_pred_cost; in vp9_choose_segmap_coding_method() local
244 no_pred_cost = cost_segmap(no_pred_segcounts, no_pred_tree); in vp9_choose_segmap_coding_method()
267 if (t_pred_cost < no_pred_cost) { in vp9_choose_segmap_coding_method()