Fix uninitialized read in postprocessing
authorYunqing Wang <yunqingwang@google.com>
Mon, 24 Mar 2014 21:54:25 +0000 (14:54 -0700)
committerYunqing Wang <yunqingwang@google.com>
Mon, 24 Mar 2014 21:54:25 +0000 (14:54 -0700)
commitc8773416fbce8a04489a9d7dd3a96ec4cee0d3d4
treeea641e23a053d19ae2eda6892419fb47ea154653
parent35af423e8eec380829c8ebd2296536808008fb0b
Fix uninitialized read in postprocessing

This patch fixed WebRTC Issue 3020: "Uninit error at
vp8_mbpost_proc_down_xmm". The first 8 values in d were not initialized,
but was accessed. This patch fixed c code as well as mmx and sse2 code.

Change-Id: Iaa5b41a4ed3bea971b15fb826ce34b7ab4e36fb1
vp8/common/postproc.c
vp8/common/x86/postproc_mmx.asm
vp8/common/x86/postproc_sse2.asm