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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 205 #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;)
225 int thismse; local
379 int thismse; local
411 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse);
412 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
418 *distortion = thismse;
423 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse);
424 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit)
690 int thismse; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 179 thismse = vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
182 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), \
184 if ((v = MVC(r, c) + thismse) < besterr) { \
188 *distortion = thismse; \
288 int thismse; \
661 int thismse; local
708 thismse = vfp->svf(pre_address, y_stride, sp(tc), sp(tr),
711 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr),
713 cost_array[idx] = thismse +
719 *distortion = thismse;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 186 thismse = (DIST(r, c)); \
187 if ((v = MVC(r, c) + thismse) < besterr) { \
191 *distortion = thismse; \
279 int thismse; local
377 int thismse; local
    [all...]

Completed in 149 milliseconds