From: Yaowu Xu Date: Tue, 18 Oct 2016 17:00:21 +0000 (-0700) Subject: Move a statement to match order in aom/master X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee775b13e21bcc2d7d580e2cc9afa8b3913e5fca;p=libvpx Move a statement to match order in aom/master Change-Id: Ic11eae36c9c62a20699197847aa3ef9562d4ad7e --- diff --git a/av1/encoder/rdopt.c b/av1/encoder/rdopt.c index b776548d1..7069c56d5 100644 --- a/av1/encoder/rdopt.c +++ b/av1/encoder/rdopt.c @@ -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;