Searched refs:thismse (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmcomp.c201 #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
686 int thismse; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mcomp.c186 thismse = (DIST(r, c)); \
187 if ((v = MVC(r, c) + thismse) < besterr) { \
191 *distortion = thismse; \
279 int thismse; local
377 int thismse; local

Completed in 28 milliseconds