Home | History | Annotate | Download | only in encoder

Lines Matching refs:ref_mv

1612   int_mv *ref_mv[2];
1709 int_mv ref_mv[2];
1731 ref_mv[ref] = x->mbmi_ext->ref_mvs[refs[ref]][0];
1799 vp9_set_mv_search_range(&x->mv_limits, &ref_mv[id].as_mv);
1809 &cpi->fn_ptr[bsize], &ref_mv[id].as_mv,
1812 bestsme = vp9_get_mvpred_av_var(x, &tmp_mv, &ref_mv[id].as_mv,
1821 x, &tmp_mv, &ref_mv[id].as_mv, cpi->common.allow_high_precision_mv,
1890 bsi->ref_mv[0] = best_ref_mv;
1891 bsi->ref_mv[1] = second_best_ref_mv;
1999 vp9_set_mv_search_range(&x->mv_limits, &bsi->ref_mv[0]->as_mv);
2005 &bsi->ref_mv[0]->as_mv, new_mv, INT_MAX, 1);
2012 x, new_mv, &bsi->ref_mv[0]->as_mv, cm->allow_high_precision_mv,
2054 bsi->ref_mv, x->nmvjointcost, x->mvcost);
2147 frame_mv, seg_mvs[i], bsi->ref_mv, x->nmvjointcost,
2383 MV ref_mv = x->mbmi_ext->ref_mvs[ref][0].as_mv;
2470 vp9_set_mv_search_range(&x->mv_limits, &ref_mv);
2483 cond_cost_list(cpi, cost_list), &ref_mv, &tmp_mv->as_mv, INT_MAX, 1);
2527 &ref_mv, &this_mv, INT_MAX, 1);
2541 x, &tmp_mv->as_mv, &ref_mv, cm->allow_high_precision_mv, x->errorperbit,
2547 *rate_mv = vp9_mv_bit_cost(&tmp_mv->as_mv, &ref_mv, x->nmvjointcost,
3406 int_mv ref_mv;
3407 ref_mv.as_int = INVALID_MV;
3410 ref_mv = xd->mi[-xd->mi_stride]->mv[0];
3414 const_motion &= (ref_mv.as_int == ref_mi->mv[0].as_int) &&
3421 if (ref_mv.as_int == INVALID_MV) ref_mv = xd->mi[-1]->mv[0];
3425 const_motion &= (ref_mv.as_int == ref_mi->mv[0].as_int) &&