Home
last modified time | relevance | path

Searched refs:new_mv (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1948 MV *const new_mv = &mode_mv[NEWMV][0].as_mv; in rd_pick_best_sub8x8_mode() local
2005 &bsi->ref_mv[0]->as_mv, new_mv, INT_MAX, 1); in rd_pick_best_sub8x8_mode()
2012 x, new_mv, &bsi->ref_mv[0]->as_mv, cm->allow_high_precision_mv, in rd_pick_best_sub8x8_mode()
2020 seg_mvs[i][mi->ref_frame[0]].as_mv = *new_mv; in rd_pick_best_sub8x8_mode()
2023 x->pred_mv[mi->ref_frame[0]] = *new_mv; in rd_pick_best_sub8x8_mode()
/external/libaom/libaom/av1/encoder/
Dbitstream.c104 const int new_mv = mbmi->mode == NEWMV || mbmi->mode == NEW_NEWMV; in write_drl_idx() local
105 if (new_mv) { in write_drl_idx()