summaryrefslogtreecommitdiff
path: root/src/i965_post_processing.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2013-09-09 14:44:53 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2013-09-09 15:04:40 +0800
commit7a02d77bd3565817af0dc093722995ab0e2d5418 (patch)
treefa75017333920fe3f795d8aa53df5f05521915ec /src/i965_post_processing.h
parenta60439939b6389fc5c6fa1d225d437657b727d26 (diff)
downloadlibva-intel-driver-7a02d77bd3565817af0dc093722995ab0e2d5418.tar.gz
VPP: Packed 4:2:2 to packed 4:2:2 on IVB+
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'src/i965_post_processing.h')
-rwxr-xr-xsrc/i965_post_processing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_post_processing.h b/src/i965_post_processing.h
index 66fcdefc..b1ff3dae 100755
--- a/src/i965_post_processing.h
+++ b/src/i965_post_processing.h
@@ -51,6 +51,7 @@ enum
PP_PL3_LOAD_SAVE_PA,
PP_PA_LOAD_SAVE_NV12,
PP_PA_LOAD_SAVE_PL3,
+ PP_PA_LOAD_SAVE_PA,
PP_RGBX_LOAD_SAVE_NV12,
PP_NV12_LOAD_SAVE_RGBX,
NUM_PP_MODULES,