HomeSort by relevance Sort by last modified time
    Searched refs:bestmse (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mcomp.c 369 int bestmse = INT_MAX; local
401 bestmse = vfp->vf(y, y_stride, z, b->src_stride, sse1);
402 *distortion = bestmse;
403 bestmse += mv_err_cost(bestmv, ref_mv, mvcost, error_per_bit);
411 if (left < bestmse)
414 bestmse = left;
423 if (right < bestmse)
426 bestmse = right;
437 if (up < bestmse)
440 bestmse = up
680 int bestmse = INT_MAX; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 368 int bestmse = INT_MAX; local
400 bestmse = vfp->vf(y, y_stride, z, b->src_stride, sse1);
401 *distortion = bestmse;
402 bestmse += mv_err_cost(bestmv, ref_mv, mvcost, error_per_bit);
410 if (left < bestmse)
413 bestmse = left;
422 if (right < bestmse)
425 bestmse = right;
436 if (up < bestmse)
439 bestmse = up
679 int bestmse = INT_MAX; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 368 int bestmse = INT_MAX; local
400 bestmse = vfp->vf(y, y_stride, z, b->src_stride, sse1);
401 *distortion = bestmse;
402 bestmse += mv_err_cost(bestmv, ref_mv, mvcost, error_per_bit);
410 if (left < bestmse)
413 bestmse = left;
422 if (right < bestmse)
425 bestmse = right;
436 if (up < bestmse)
439 bestmse = up
679 int bestmse = INT_MAX; local
    [all...]

Completed in 2251 milliseconds