Fix valgrind errors in the NEON loop filters.
authorTimothy B. Terriberry <tterribe@xiph.org>
Fri, 1 Oct 2010 03:40:45 +0000 (20:40 -0700)
committerTimothy B. Terriberry <tterribe@xiph.org>
Fri, 1 Oct 2010 03:40:45 +0000 (20:40 -0700)
commita465076e02aece158093ebe55f30c3420ab1ad14
tree4ead342ee5e3ddc2be289ac3afb8629901e6ef85
parent439b2ecd74f83ff49b4714a5e046affa853b9b66
Fix valgrind errors in the NEON loop filters.

Like the ARMv6 code, these functions were accessing values below
 the stack pointer, which can be corrupted by signal delivery at
 any time.
vp8/common/arm/neon/mbloopfilterverticaledge_uv_neon.asm
vp8/common/arm/neon/mbloopfilterverticaledge_y_neon.asm