Home | History | Annotate | Download | only in encoder

Lines Matching full:cur_mv

2712   int_mv cur_mv[2];
2762 cur_mv[i] = frame_mv[refs[i]];
2765 clamp_mv2(&cur_mv[i].as_mv, xd);
2767 if (mv_check_bounds(x, &cur_mv[i].as_mv))
2769 mbmi->mv[i].as_int = cur_mv[i].as_int;