Lines Matching refs:tmp_mv
446 int_mv tmp_mv; in first_pass_motion_search() local
463 tmp_mv.as_int = 0; in first_pass_motion_search()
466 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param, in first_pass_motion_search()
475 best_mv->row = tmp_mv.as_mv.row; in first_pass_motion_search()
476 best_mv->col = tmp_mv.as_mv.col; in first_pass_motion_search()
491 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, in first_pass_motion_search()
501 best_mv->row = tmp_mv.as_mv.row; in first_pass_motion_search()
502 best_mv->col = tmp_mv.as_mv.col; in first_pass_motion_search()
640 MV tmp_mv = {0, 0}; in vp8_first_pass() local
668 first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, in vp8_first_pass()
674 d->bmi.mv.as_mv.row = tmp_mv.row; in vp8_first_pass()
675 d->bmi.mv.as_mv.col = tmp_mv.col; in vp8_first_pass()
684 …first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, gld_yv12, &gf_motion_error, recon_yoffset); in vp8_first_pass()