diff options
author | root <root@xhh-bl32.(none)> | 2007-06-25 14:07:01 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2007-07-19 17:28:35 +0800 |
commit | 8c249765ce788f8adb0325a8e3016a0eae74b13b (patch) | |
tree | 0ff5f618ea1128c665e27d07f7feb8c70708fe31 /src/xvmc/i915_structs.h | |
parent | 2b20b395541f786e4009211e4c56042257b8d114 (diff) |
1. using batch buffer
2. implement macroblock_ipicture instruction
3. 16bit INTRA block
Diffstat (limited to 'src/xvmc/i915_structs.h')
-rw-r--r-- | src/xvmc/i915_structs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xvmc/i915_structs.h b/src/xvmc/i915_structs.h index cd842a80..05a23aa5 100644 --- a/src/xvmc/i915_structs.h +++ b/src/xvmc/i915_structs.h @@ -253,6 +253,13 @@ struct i915_3dstate_dest_buffer_variables #define MPEG_P_PICTURE 2 #define MPEG_B_PICTURE 3 +#define MC_SUB_1H 0 +#define MC_SUB_2H 1 +#define MC_SUB_4H 2 + +#define MC_SUB_1V 0 +#define MC_SUB_2V 1 + struct i915_3dstate_dest_buffer_variables_mpeg { struct { |