Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c210 thismse = DIST(r, c); \
211 if ((v = (MVC(r, c) + thismse)) < besterr) { \
215 *distortion = thismse; \
238 int thismse; in vp8_find_best_sub_pixel_step_iteratively() local
378 int thismse; in vp8_find_best_sub_pixel_step() local
413 thismse = vfp->svf(y - 1, y_stride, 4, 0, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
414 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit); in vp8_find_best_sub_pixel_step()
419 *distortion = thismse; in vp8_find_best_sub_pixel_step()
425 thismse = vfp->svf(y, y_stride, 4, 0, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
426 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit); in vp8_find_best_sub_pixel_step()
[all …]
/external/libaom/libaom/av1/encoder/
Dmcomp.c189 thismse = vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), \
192 thismse = vfp->msvf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), \
196 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), \
199 v += thismse; \
204 *distortion = thismse; \
217 thismse = upsampled_pref_error( \
222 v += thismse; \
227 *distortion = thismse; \
310 int thismse; \
737 unsigned int thismse; in av1_find_best_sub_pixel_tree() local
[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; \
273 int thismse; \
396 (void)thismse; in vp9_skip_sub_pixel_tree()
[all …]