Home | History | Annotate | Download | only in encoder

Lines Matching refs:tmp_mv

32                                     int_mv *tmp_mv) {
69 tmp_mv->as_int = INVALID_MV;
92 &ref_mv, &tmp_mv->as_mv);
97 &ref_mv, &tmp_mv->as_mv);
102 &ref_mv, &tmp_mv->as_mv);
107 &ref_mv, &tmp_mv->as_mv);
112 &ref_mv, &tmp_mv->as_mv);
119 &ref_mv, &tmp_mv->as_mv);
136 MV *tmp_mv, int *rate_mv) {
157 cpi->find_fractional_mv_step(x, tmp_mv, &ref_mv,
167 *rate_mv = vp9_mv_bit_cost(tmp_mv, &ref_mv,
176 x->pred_mv[ref].as_mv = *tmp_mv;