Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c212 thismse = DIST(r, c); \
213 if ((v = (MVC(r, c) + thismse)) < besterr) { \
217 *distortion = thismse; \
240 int thismse; in vp8_find_best_sub_pixel_step_iteratively() local
380 int thismse; in vp8_find_best_sub_pixel_step() local
415 thismse = vfp->svf(y - 1, y_stride, 4, 0, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
416 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit); in vp8_find_best_sub_pixel_step()
421 *distortion = thismse; in vp8_find_best_sub_pixel_step()
427 thismse = vfp->svf(y, y_stride, 4, 0, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
428 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit); in vp8_find_best_sub_pixel_step()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c173 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; in vp9_skip_sub_pixel_tree()
[all …]