Fix libvpx VP9 decoder dr memory errors
authorYunqing Wang <yunqingwang@google.com>
Fri, 21 Mar 2014 19:23:47 +0000 (12:23 -0700)
committerYunqing Wang <yunqingwang@google.com>
Fri, 21 Mar 2014 19:23:47 +0000 (12:23 -0700)
commit9b5df3fabe6466594183a644473519162f16dc77
tree3e95a235e20c49211e4713bd1c3f8f123d3884cd
parentd070aa5de0c06827f68e2f1211138450f22292f0
Fix libvpx VP9 decoder dr memory errors

Fixed dr memory errors reported in Issue 736:
https://code.google.com/p/webm/issues/detail?id=736

All elements in left_col buffer need to be initialized to ensure
the correctness of SIMD operations in x86 optimized code.

Change-Id: I8e7f26ab45cca8099c1f9342bcf852f828bda7e4
vp9/common/vp9_reconintra.c