summaryrefslogtreecommitdiff
path: root/src/gen6_mfd.c
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2013-01-23 09:59:17 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2013-01-23 10:02:28 +0800
commitc650dab1c8e22fbe17f2ad2f8f26c24a12cb60fd (patch)
treeed0b99c274e92fef587f2d16578d4136ae6b0576 /src/gen6_mfd.c
parentd206b47a6ac86c089149ecd71b01eea6ebda5796 (diff)
downloadlibva-intel-driver-c650dab1c8e22fbe17f2ad2f8f26c24a12cb60fd.tar.gz
libva-intel-driver-c650dab1c8e22fbe17f2ad2f8f26c24a12cb60fd.tar.bz2
libva-intel-driver-c650dab1c8e22fbe17f2ad2f8f26c24a12cb60fd.zip
Enlarge deblocking filter row store for VC-1 decoding
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit e8d3f90fc18ca3726e6b34156ba56ee92c2a2524)
Diffstat (limited to 'src/gen6_mfd.c')
-rwxr-xr-xsrc/gen6_mfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen6_mfd.c b/src/gen6_mfd.c
index d200494..130fec1 100755
--- a/src/gen6_mfd.c
+++ b/src/gen6_mfd.c
@@ -1455,7 +1455,7 @@ gen6_mfd_vc1_decode_init(VADriverContextP ctx,
dri_bo_unreference(gen6_mfd_context->deblocking_filter_row_store_scratch_buffer.bo);
bo = dri_bo_alloc(i965->intel.bufmgr,
"deblocking filter row store",
- width_in_mbs * 6 * 64,
+ width_in_mbs * 7 * 64,
0x1000);
assert(bo);
gen6_mfd_context->deblocking_filter_row_store_scratch_buffer.bo = bo;