Fix the VP9 encoding unit test failure on ARM.
commit31c7a9b1746fde987fb6bc2b887a23796a619978
authorhkuang <hkuang@google.com>
Thu, 10 Apr 2014 20:54:21 +0000 (10 13:54 -0700)
committerhkuang <hkuang@google.com>
Fri, 11 Apr 2014 00:37:48 +0000 (10 17:37 -0700)
tree7d07d9cb6995ac8b7349715c85d2462b5f913c6a
parent35c18baa266550c7c07bd4330d82db9fc7962ec5
Fix the VP9 encoding unit test failure on ARM.

The cause is because VP9 encoding use vp8_vpxyv12_extendframeborders_neon
on arm which only extend boarder size 32. But VP9's border size is 160

Change-Id: I1ff7e945344a658af862beb1197925e677e8ff57
vp9/encoder/vp9_onyx_if.c