Lines Matching refs:thismse
173 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()
691 thismse = \
694 tmpmse = thismse; \
702 *distortion = thismse; \
714 thismse = \
718 thismse) < besterr) { \
722 *distortion = thismse; \
743 int thismse; in vp9_find_best_sub_pixel_tree() local
804 thismse = accurate_sub_pel_search(xd, &this_mv, x->me_sf, kernel, vfp, in vp9_find_best_sub_pixel_tree()
811 thismse = vfp->svf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
814 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
818 cost_array[idx] = thismse + mv_err_cost(&this_mv, ref_mv, mvjcost, in vp9_find_best_sub_pixel_tree()
824 *distortion = thismse; in vp9_find_best_sub_pixel_tree()
841 thismse = accurate_sub_pel_search(xd, &this_mv, x->me_sf, kernel, vfp, in vp9_find_best_sub_pixel_tree()
847 thismse = vfp->svf(pre_address, y_stride, sp(tc), sp(tr), src_address, in vp9_find_best_sub_pixel_tree()
850 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
854 cost_array[4] = thismse + mv_err_cost(&this_mv, ref_mv, mvjcost, mvcost, in vp9_find_best_sub_pixel_tree()
860 *distortion = thismse; in vp9_find_best_sub_pixel_tree()
2777 (void)thismse; \