Lines Matching refs:mvp_full
1055 int_mv mvp_full; in rd_check_segment() local
1057 mvp_full.as_mv.row = bsi->mvp.as_mv.row >> 3; in rd_check_segment()
1058 mvp_full.as_mv.col = bsi->mvp.as_mv.col >> 3; in rd_check_segment()
1068 x, c, e, &mvp_full, &mode_mv[NEW4X4], step_param, sadpb, &num00, in rd_check_segment()
1081 x, c, e, &mvp_full, &temp_mv, step_param + n, sadpb, &num00, in rd_check_segment()
1097 vp8_clamp_mv(&mvp_full, x->mv_col_min, x->mv_col_max, x->mv_row_min, in rd_check_segment()
1100 thissme = vp8_full_search_sad(x, c, e, &mvp_full, sadpb, 16, in rd_check_segment()
2031 int_mv mvp_full; in vp8_rd_pick_inter_mode() local
2052 mvp_full.as_mv.col = mvp.as_mv.col >> 3; in vp8_rd_pick_inter_mode()
2053 mvp_full.as_mv.row = mvp.as_mv.row >> 3; in vp8_rd_pick_inter_mode()
2069 x, b, d, &mvp_full, &d->bmi.mv, step_param, sadpb, &num00, in vp8_rd_pick_inter_mode()
2090 x, b, d, &mvp_full, &d->bmi.mv, step_param + n, sadpb, &num00, in vp8_rd_pick_inter_mode()