Merge "Renaming 'nmv' to 'mv' for several functions."
This commit is contained in:
@@ -1183,7 +1183,7 @@ int vp9_decode_frame(VP9D_COMP *pbi, const uint8_t **p_data_end) {
|
||||
if ((!keyframe) && (!pc->intra_only)) {
|
||||
vp9_adapt_mode_probs(pc);
|
||||
vp9_adapt_mode_context(pc);
|
||||
vp9_adapt_nmv_probs(pc, xd->allow_high_precision_mv);
|
||||
vp9_adapt_mv_probs(pc, xd->allow_high_precision_mv);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user