Home | History | Annotate | Download | only in encoder

Lines Matching defs:best_mv

504         int_mv best_mv;
520 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf,
522 vp8_clamp_mv2(&best_mv, xd);
545 write_mv(w, &mi->mv.as_mv, &best_mv, mvc);
580 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *)mvc);