Pad 'Left' when building under ASan
authorJohann <johannkoenig@google.com>
Wed, 27 Jul 2016 21:19:20 +0000 (14:19 -0700)
committerJohann <johannkoenig@google.com>
Wed, 3 Aug 2016 23:38:51 +0000 (16:38 -0700)
commita7a8e07a44f12673fad8c4250ad37309256966c3
tree349c7255020064c8e801845a2d188fef5072ac97
parent85e111b3ba5a80fa444868118a5cf7a265e37f50
Pad 'Left' when building under ASan

The neon intrinsics are not able to load just the 4 values that are
used. In vpx_dsp/arm/intrapred_neon.c:dc_4x4 it loads 8 values for both
the 'above' and 'left' computations, but only uses the sum of the first
4 values.

BUG=webm:1268

Change-Id: I937113d7e3a21e25bebde3593de0446bf6b0115a
vp8/common/reconintra4x4.c
vpx_ports/mem.h