summaryrefslogtreecommitdiff
path: root/src/shaders/h264/mc/AllAVC.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/shaders/h264/mc/AllAVC.asm')
-rw-r--r--src/shaders/h264/mc/AllAVC.asm15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/shaders/h264/mc/AllAVC.asm b/src/shaders/h264/mc/AllAVC.asm
index 045ddf3..17bef16 100644
--- a/src/shaders/h264/mc/AllAVC.asm
+++ b/src/shaders/h264/mc/AllAVC.asm
@@ -41,7 +41,20 @@
#define HW_SCOREBOARD // HW Scoreboard should be enabled for ILK and beyond
#undef SW_SCOREBOARD // SW Scoreboard should be disabled for ILK and beyond
#endif // DEV_CTG
-#include "export.inc"
+#ifdef BOOTSTRAP
+# ifdef ENABLE_ILDB
+# define ALL_SPAWNED_UV_ILDB_FRAME_IP 0
+# define SLEEP_ENTRY_UV_ILDB_FRAME_IP 0
+# define POST_SLEEP_UV_ILDB_FRAME_IP 0
+# define ALL_SPAWNED_Y_ILDB_FRAME_IP 0
+# define SLEEP_ENTRY_Y_ILDB_FRAME_IP 0
+# define POST_SLEEP_Y_ILDB_FRAME_IP 0
+# endif
+#elif defined(DEV_ILK)
+# include "export.inc.gen5"
+#elif defined(DEV_CTG)
+# include "export.inc"
+#endif
#if defined(_EXPORT)
#include "AllAVC_Export.inc"
#elif defined(_BUILD)