Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c219 int no_pred_cost; in vp9_choose_segmap_coding_method() local
261 no_pred_cost = cost_segmap(no_pred_segcounts, no_pred_tree); in vp9_choose_segmap_coding_method()
284 if (t_pred_cost < no_pred_cost) { in vp9_choose_segmap_coding_method()