Remove breakout check in handle_inter_mode

Already handled by the ref mv idx mask

Change-Id: I47bda86f2f8069680784d1917eaff56e5a5779aa
diff --git a/av1/encoder/rdopt.c b/av1/encoder/rdopt.c
index 623ce7f..793f80d 100644
--- a/av1/encoder/rdopt.c
+++ b/av1/encoder/rdopt.c
@@ -10250,9 +10250,6 @@
       // MV did not perform well in simple translation search. Skip it.
       continue;
     }
-    if (ref_mv_idx_early_breakout(x, &cpi->sf, args, ref_best_rd, ref_mv_idx)) {
-      continue;
-    }
     av1_init_rd_stats(rd_stats);
 
     mbmi->interinter_comp.type = COMPOUND_AVERAGE;