Fix valgrind errors in vp8_sixtap_predict8x4_armv6().
authorTimothy B. Terriberry <tterribe@xiph.org>
Fri, 24 Sep 2010 21:30:13 +0000 (14:30 -0700)
committerTimothy B. Terriberry <tterribe@xiph.org>
Fri, 24 Sep 2010 21:34:18 +0000 (14:34 -0700)
commite2795e9978580a21e7399d3ccf919dc2f06f97ca
tree3908c3344f4ddace678441bf511fe75c0808a848
parentdbd57c2663ce62a74c5f303ac906bddcc03628b5
Fix valgrind errors in vp8_sixtap_predict8x4_armv6().

This function was accessing values below the stack pointer, which
 can be corrupted by signal delivery at any time.

Change-Id: I92945b30817562eb0340f289e74c108da72aeaca
vp8/common/arm/armv6/sixtappredict8x4_v6.asm