Merge "mvref_common.c: port refactoring from aom/master" into nextgenv2
This commit is contained in:
@@ -970,10 +970,7 @@ static INLINE int assign_mv(AV1_COMMON *cm, MACROBLOCKD *xd,
|
||||
xd->ref_mv_stack[mbmi->ref_frame[i]]);
|
||||
nmv_context_counts *const mv_counts =
|
||||
counts ? &counts->mv[nmv_ctx] : NULL;
|
||||
read_mv(r, &mv[i].as_mv, &ref_mv[i].as_mv,
|
||||
#if CONFIG_REF_MV
|
||||
is_compound,
|
||||
#endif
|
||||
read_mv(r, &mv[i].as_mv, &ref_mv[i].as_mv, is_compound,
|
||||
&cm->fc->nmvc[nmv_ctx], mv_counts, allow_hp);
|
||||
#else
|
||||
read_mv(r, &mv[i].as_mv, &ref_mv[i].as_mv, &cm->fc->nmvc, mv_counts,
|
||||
|
Reference in New Issue
Block a user