commit | ffa9173378da0f4420b9953c1d0d3ecd14f9fadd | [log] [tgz] |
---|---|---|
author | Geza Lore <gezalore@gmail.com> | Thu Jun 16 11:08:14 2016 +0100 |
committer | Geza Lore <gezalore@gmail.com> | Thu Jun 16 11:49:24 2016 +0100 |
tree | 2665f7d02a4ba77759196ff72adb673920257101 | |
parent | 94e84bbc07f9e98f35e379dbd632956930b31308 [diff] |
Use correct size load in vpx_avg_4x4_sse2. The old version used 64 bit loads, and then ignored the top half of the result. This can cause asan failures if we read past the end of a buffer. Switched to using 32 bit loads instead. Change-Id: I57da127a26f869fb4b4f700b55408f6dc2fbbc1a