Fix av1 preprocess in auto_refactor

Change-Id: Idf38e61450a71be82e18bfc3f11b7cb7cce488d3
diff --git a/tools/auto_refactor/av1_preprocess.py b/tools/auto_refactor/av1_preprocess.py
index d7afd69..2c7bdbd 100644
--- a/tools/auto_refactor/av1_preprocess.py
+++ b/tools/auto_refactor/av1_preprocess.py
@@ -56,7 +56,14 @@
                                                                          " "
                                                                          "-D'AV1_K_MEANS_DIM=2'"
                                                                          " "
-                                                                         "-D'INLINE='")
+                                                                         "-D'INLINE='"
+                                                                         " "
+                                                                         "-D'AOM_INLINE='"
+                                                                         " "
+                                                                         "-D'AOM_FORCE_INLINE='"
+                                                                         " "
+                                                                         "-D'inline='"
+                                                                         )
   return pre_command + " " + " ".join(code_file_list)