summaryrefslogtreecommitdiff
path: root/src/gen75_vme.c
diff options
context:
space:
mode:
authorZhao Yakui <yakui.zhao@intel.com>2012-12-27 10:59:50 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2013-01-17 13:08:39 +0800
commit855a7f1fbf97c718bfdc7cab33348e3b333d1cbb (patch)
tree24b4ef4dfb2a4de0ca6fd7d546e59c941d659c9c /src/gen75_vme.c
parent42e6a7f7118f6923b298dfa8b9bf81716be75a64 (diff)
downloadlibva-intel-driver-855a7f1fbf97c718bfdc7cab33348e3b333d1cbb.tar.gz
Remove the preprocessor redefinitions for H264 and MPEG2 on Haswell
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Diffstat (limited to 'src/gen75_vme.c')
-rw-r--r--src/gen75_vme.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gen75_vme.c b/src/gen75_vme.c
index 7bfe258a..60eb19a1 100644
--- a/src/gen75_vme.c
+++ b/src/gen75_vme.c
@@ -955,11 +955,6 @@ gen75_vme_mpeg2_fill_vme_batchbuffer(VADriverContextP ctx,
int i, s, j;
unsigned int *command_ptr;
-#define INTRA_PRED_AVAIL_FLAG_AE 0x60
-#define INTRA_PRED_AVAIL_FLAG_B 0x10
-#define INTRA_PRED_AVAIL_FLAG_C 0x8
-#define INTRA_PRED_AVAIL_FLAG_D 0x4
-#define INTRA_PRED_AVAIL_FLAG_BCD_MASK 0x1C
dri_bo_map(vme_context->vme_batchbuffer.bo, 1);
command_ptr = vme_context->vme_batchbuffer.bo->virtual;