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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 210 thismse = DIST(r, c); \
211 if ((v = (MVC(r, c) + thismse)) < besterr) { \
215 *distortion = thismse; \
238 int thismse; local
378 int thismse; local
413 thismse = vfp->svf(y - 1, y_stride, 4, 0, z, b->src_stride, &sse);
414 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
419 *distortion = thismse;
425 thismse = vfp->svf(y, y_stride, 4, 0, z, b->src_stride, &sse);
426 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit)
674 int thismse; local
    [all...]
  /external/libaom/libaom/av1/encoder/
mcomp.c 189 thismse = vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), \
192 thismse = vfp->msvf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), \
196 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), \
199 v += thismse; \
204 *distortion = thismse; \
217 thismse = upsampled_pref_error( \
222 v += thismse; \
227 *distortion = thismse; \
310 int thismse; \
737 unsigned int thismse; local
948 unsigned int thismse; local
2595 unsigned 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; \
273 int thismse; \
396 (void)thismse;
743 int thismse; local
    [all...]

Completed in 224 milliseconds