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 201 #define CHECK_BETTER(v,r,c) IFMVCV(r,c,{thismse = DIST(r,c); if((v = (MVC(r,c)+thismse)) < besterr) { besterr = v; br=r; bc=c; *distortion = thismse; *sse1 = sse; }}, v=UINT_MAX;)
221 int thismse; local
375 int thismse; local
407 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse);
408 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
414 *distortion = thismse;
419 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse);
420 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit)
686 int thismse; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 200 thismse = (DIST(r, c)); \
201 if ((v = MVC(r, c) + thismse) < besterr) { \
205 *distortion = thismse; \
296 int thismse; local
390 int thismse; local
488 int thismse; local
587 int thismse; local
    [all...]

Completed in 66 milliseconds