Home | History | Annotate | Download | only in encoder

Lines Matching refs:tmp_mv

145                                   int_mv *tmp_mv, int *rate_mv,
194 center_mv = tmp_mv->as_mv;
197 tmp_mv->as_mv.row = x->sb_mvrow_part >> 3;
198 tmp_mv->as_mv.col = x->sb_mvcol_part >> 3;
202 cond_cost_list(cpi, cost_list), &center_mv, &tmp_mv->as_mv, INT_MAX, 0);
208 mvp_full.row = tmp_mv->as_mv.row * 8;
209 mvp_full.col = tmp_mv->as_mv.col * 8;
228 x, &tmp_mv->as_mv, &ref_mv, cpi->common.allow_high_precision_mv,
232 *rate_mv = vp9_mv_bit_cost(&tmp_mv->as_mv, &ref_mv, x->nmvjointcost,
2549 MV tmp_mv;
2568 &mbmi_ext->ref_mvs[ref_frame][0].as_mv, &tmp_mv, INT_MAX, 0);
2573 mvp_full.row = tmp_mv.row * 8;
2574 mvp_full.col = tmp_mv.col * 8;
2585 x, &tmp_mv, &mbmi_ext->ref_mvs[ref_frame][0].as_mv,
2592 xd->mi[0]->bmi[i].as_mv[0].as_mv = tmp_mv;