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 856 int_mv *best_mv,
1030 best_mv->as_mv.row = br;
1031 best_mv->as_mv.col = bc;
1045 int_mv *best_mv,
1343 int_mv *best_mv = &d->bmi.mv; local
1439 int_mv *best_mv = &d->bmi.mv; local
1573 int_mv *best_mv = &d->bmi.mv; local
    [all...]
bitstream.c 613 int_mv best_mv; local
630 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias);
631 vp8_clamp_mv2(&best_mv, xd);
655 write_mv(w, &mi->mv.as_mv, &best_mv, mvc);
697 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...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 408 const MV *center_mv, MV *best_mv,
593 best_mv->row = br;
594 best_mv->col = bc;
600 const MV *best_mv, const MV *center_mv,
606 const MV mv = {best_mv->row * 8, best_mv->col * 8};
610 get_buf_from_mv(in_what, best_mv), in_what->stride, &unused) +
616 const MV *best_mv, const MV *center_mv,
623 const MV mv = {best_mv->row * 8, best_mv->col * 8}
1042 MV best_mv = *dst_mv; local
    [all...]
vp9_rdopt.c 1410 int_mv *const best_mv = &mi->bmi[i].as_mv[0]; local
    [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...]

Completed in 698 milliseconds