diff options
Diffstat (limited to 'src/shaders/h264/mc/HwmcOnlyHeader.inc')
-rw-r--r-- | src/shaders/h264/mc/HwmcOnlyHeader.inc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/shaders/h264/mc/HwmcOnlyHeader.inc b/src/shaders/h264/mc/HwmcOnlyHeader.inc new file mode 100644 index 00000000..514cb78b --- /dev/null +++ b/src/shaders/h264/mc/HwmcOnlyHeader.inc @@ -0,0 +1,29 @@ +/*
+ * Header file used only in HWMC_ONLY mode
+ * Copyright © <2010>, Intel Corporation.
+ *
+ * This program is licensed under the terms and conditions of the
+ * Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
+ * http://www.opensource.org/licenses/eclipse-1.0.php.
+ *
+ */
+// Module name: HwmcOnlyHeader.inc
+//
+// Header file used only in HWMC_ONLY mode
+//
+
+#include "header.inc"
+
+#if !defined(__HWMCONLYHEADER__) // Make sure the following are only included once
+#define __HWMCONLYHEADER__
+
+.reg_count_total 64
+.reg_count_payload 2
+
+//
+// Now, begin source code....
+//
+
+.code
+#endif // !defined(__HWMCONLYHEADER__)
+
|