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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 371 int bestmse = INT_MAX; local
405 bestmse = vfp->vf(y, y_stride, z, b->src_stride, sse1);
406 *distortion = bestmse;
407 bestmse += mv_err_cost(bestmv, ref_mv, mvcost, error_per_bit);
416 if (left < bestmse) {
418 bestmse = left;
428 if (right < bestmse) {
430 bestmse = right;
442 if (up < bestmse) {
444 bestmse = up
667 int bestmse = INT_MAX; local
    [all...]
  /external/libaom/libaom/av1/encoder/
mcomp.c 929 unsigned int bestmse; local
    [all...]

Completed in 1119 milliseconds