commit | c8773416fbce8a04489a9d7dd3a96ec4cee0d3d4 | [log] [tgz] |
---|---|---|
author | Yunqing Wang <yunqingwang@google.com> | Mon Mar 24 14:54:25 2014 -0700 |
committer | Yunqing Wang <yunqingwang@google.com> | Mon Mar 24 14:54:25 2014 -0700 |
tree | ea641e23a053d19ae2eda6892419fb47ea154653 | |
parent | 35af423e8eec380829c8ebd2296536808008fb0b [diff] |
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