HomeSort by relevance Sort by last modified time
    Searched defs:best_mv (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 840 int_mv *best_mv, int search_param, int sad_per_bit,
1013 best_mv->as_mv.row = br;
1014 best_mv->as_mv.col = bc;
1295 int_mv *best_mv = &d->bmi.mv; local
1381 int_mv *best_mv = &d->bmi.mv; local
1500 int_mv *best_mv = &d->bmi.mv; local
    [all...]
bitstream.c 504 int_mv best_mv; local
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);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1021 const MV best_mv = { br, bc }; local
1968 MV best_mv = *dst_mv; local
    [all...]

Completed in 167 milliseconds