Fix build failure with Android NDK
authorJohann <johannkoenig@google.com>
Thu, 25 Sep 2014 16:33:44 +0000 (09:33 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Thu, 25 Sep 2014 19:15:21 +0000 (12:15 -0700)
commit587ff646f69975bd1f589eeac3c06128302fc25c
tree2f8857dafbfcf833f5b5b7757ca66b8573f766cc
parentd174f2769e7dce00fdab2caa022db2f81c88d452
Fix build failure with Android NDK

The version of gcc4.6 included with the Android NDK through r10b
fails to compile this function. Replace it with C code.

BUG=860

Change-Id: Ifcc0476664071aec46a171cdd5ad17305930986a
vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c