arm: Fix building vp8_mse16x16_neon.c with MSVC
commit1220b49c8975d9b2326767e076436e50310de78b
authorScott LaVarnway <slavarnway@google.com>
Tue, 16 Sep 2014 19:36:00 +0000 (16 12:36 -0700)
committerScott LaVarnway <slavarnway@google.com>
Tue, 16 Sep 2014 19:36:00 +0000 (16 12:36 -0700)
tree24b6028024243114dd5d056542858d97f6c782eb
parentaebb361bb7c36be1317337c37ea7002e9f90bce6
arm: Fix building vp8_mse16x16_neon.c with MSVC

Use the right return values - vadd_s64 returns int64x1_t, not
a normal int64_t.

Change-Id: Ife17213087c1dfb5faaa647f804d2fd140f3a0eb
vp8/encoder/arm/neon/vp8_mse16x16_neon.c