Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dmcomp.c212 thismse = DIST(r, c); \
213 if ((v = (MVC(r, c) + thismse)) < besterr) { \
217 *distortion = thismse; \
241 int thismse; in vp8_find_best_sub_pixel_step_iteratively() local
381 int thismse; in vp8_find_best_sub_pixel_step() local
416 thismse = vfp->svf(y - 1, y_stride, 4, 0, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
417 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit); in vp8_find_best_sub_pixel_step()
422 *distortion = thismse; in vp8_find_best_sub_pixel_step()
428 thismse = vfp->svf(y, y_stride, 4, 0, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
429 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit); in vp8_find_best_sub_pixel_step()
[all …]
/external/libvpx/vp9/encoder/
Dvp9_mcomp.c169 thismse = vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
172 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
175 tmpmse = thismse; \
183 *distortion = thismse; \
198 thismse = vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
201 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
204 thismse) < besterr) { \
208 *distortion = thismse; \
272 int thismse; \
395 (void)thismse; in vp9_skip_sub_pixel_tree()
[all …]
/external/libaom/av1/encoder/
Dmcomp.c2439 int thismse; in check_better_fast() local
2441 thismse = upsampled_pref_error(xd, cm, this_mv, var_params, &sse); in check_better_fast()
2443 thismse = estimated_pref_error(this_mv, var_params, &sse); in check_better_fast()
2446 cost += thismse; in check_better_fast()
2451 *distortion = thismse; in check_better_fast()
2471 int thismse; in check_better() local
2472 thismse = upsampled_pref_error(xd, cm, this_mv, var_params, &sse); in check_better()
2474 cost += thismse; in check_better()
2478 *distortion = thismse; in check_better()
3250 unsigned int thismse; in av1_refine_warped_mv() local
[all …]