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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 212 thismse = DIST(r, c); \
213 if ((v = (MVC(r, c) + thismse)) < besterr) { \
217 *distortion = thismse; \
240 int thismse; local
380 int thismse; local
415 thismse = vfp->svf(y - 1, y_stride, 4, 0, z, b->src_stride, &sse);
416 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
421 *distortion = thismse;
427 thismse = vfp->svf(y, y_stride, 4, 0, z, b->src_stride, &sse);
428 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit)
676 int thismse; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 173 thismse = vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
176 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
179 tmpmse = thismse; \
187 *distortion = thismse; \
200 thismse = vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
203 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
206 thismse) < besterr) { \
210 *distortion = thismse; \
294 int thismse; \
416 (void)thismse;
650 int thismse; local
    [all...]

Completed in 85 milliseconds