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

  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 614 int_mv best_mv; local
631 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias);
632 vp8_clamp_mv2(&best_mv, xd);
656 write_mv(w, &mi->mv.as_mv, &best_mv, mvc);
698 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *) mvc);
    [all...]
mcomp.c 852 int_mv *best_mv,
1026 best_mv->as_mv.row = br;
1027 best_mv->as_mv.col = bc;
1041 int_mv *best_mv,
1339 int_mv *best_mv = &d->bmi.mv; local
1435 int_mv *best_mv = &d->bmi.mv; local
1569 int_mv *best_mv = &d->bmi.mv; local
    [all...]

Completed in 166 milliseconds