Move a statement to match order in aom/master

Change-Id: Ic11eae36c9c62a20699197847aa3ef9562d4ad7e
This commit is contained in:
Yaowu Xu
2016-10-18 10:00:21 -07:00
parent 63b44c4c50
commit ee775b13e2

View File

@@ -9830,12 +9830,12 @@ void av1_rd_pick_inter_mode_sb_seg_skip(AV1_COMP *cpi, TileDataEnc *tile_data,
#else // CONFIG_GLOBAL_MOTION
mbmi->mv[0].as_int = 0;
#endif // CONFIG_GLOBAL_MOTION
x->skip = 1;
#if CONFIG_REF_MV
mbmi->ref_mv_idx = 0;
mbmi->pred_mv[0].as_int = 0;
#endif
x->skip = 1;
if (cm->interp_filter != BILINEAR) {
best_filter = EIGHTTAP_REGULAR;