HomeSort by relevance Sort by last modified time
    Searched full:no_pred_cost (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 201 int no_pred_cost; local
241 no_pred_cost = cost_segmap(no_pred_segcounts, no_pred_tree);
264 if (t_pred_cost < no_pred_cost) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 219 int no_pred_cost; local
261 no_pred_cost = cost_segmap(no_pred_segcounts, no_pred_tree);
284 if (t_pred_cost < no_pred_cost) {

Completed in 283 milliseconds