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;