Merge "Move a statement to match order in aom/master" into nextgenv2
This commit is contained in:
		@@ -9834,12 +9834,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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user