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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 859 int_mv *best_mv,
1037 best_mv->as_mv.row = br;
1038 best_mv->as_mv.col = bc;
1052 int_mv *best_mv,
1350 int_mv *best_mv = &d->bmi.mv; local
1445 int_mv *best_mv = &d->bmi.mv; local
1578 int_mv *best_mv = &d->bmi.mv; local
    [all...]
bitstream.c 615 int_mv best_mv; local
632 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias);
633 vp8_clamp_mv2(&best_mv, xd);
657 write_mv(w, &mi->mv.as_mv, &best_mv, mvc);
699 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *) mvc);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 855 int_mv *best_mv,
1031 best_mv->as_mv.row = br;
1032 best_mv->as_mv.col = bc;
1046 int_mv *best_mv,
1344 int_mv *best_mv = &d->bmi.mv; local
1440 int_mv *best_mv = &d->bmi.mv; local
1574 int_mv *best_mv = &d->bmi.mv; local
    [all...]
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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 506 const MV *center_mv, MV *best_mv,
695 best_mv->row = br;
696 best_mv->col = bc;
702 const MV *best_mv, const MV *center_mv,
708 const MV mv = {best_mv->row * 8, best_mv->col * 8};
712 get_buf_from_mv(in_what, best_mv), in_what->stride, &unused) +
718 const MV *best_mv, const MV *center_mv,
725 const MV mv = {best_mv->row * 8, best_mv->col * 8}
1289 MV best_mv = *dst_mv; local
    [all...]
vp9_rdopt.c 1887 int_mv *const best_mv = &mi->bmi[i].as_mv[0]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 830 const MV *best_mv,
836 int br = best_mv->row;
837 int bc = best_mv->col;
1044 const MV best_mv = { br, bc }; local
2000 MV best_mv = *dst_mv; local
    [all...]
vp9_rdopt.c 1877 int_mv *const best_mv = &mi->bmi[i].as_mv[0]; local
    [all...]

Completed in 435 milliseconds