Home | History | Annotate | Download | only in encoder

Lines Matching refs:tmp_mv

415   int_mv tmp_mv;
432 tmp_mv.as_int = 0;
435 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv, step_param,
442 best_mv->row = tmp_mv.as_mv.row;
443 tmp_mv.as_mv.col;
456 tmp_err = cpi->diamond_search_sad(x, b, d, &ref_mv_full, &tmp_mv,
465 best_mv->row = tmp_mv.as_mv.row;
466 best_mv->col = tmp_mv.as_mv.col;
600 MV tmp_mv = { 0, 0 };
627 first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, lst_yv12,
632 d->bmi.mv.as_mv.row = tmp_mv.row;
633 d->bmi.mv.as_mv.col = tmp_mv.col;
641 first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, gld_yv12,