summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/sum_squares_neon.c
diff options
context:
space:
mode:
Diffstat (limited to 'vpx_dsp/arm/sum_squares_neon.c')
-rw-r--r--vpx_dsp/arm/sum_squares_neon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_dsp/arm/sum_squares_neon.c b/vpx_dsp/arm/sum_squares_neon.c
index 8942ba83b..cfefad993 100644
--- a/vpx_dsp/arm/sum_squares_neon.c
+++ b/vpx_dsp/arm/sum_squares_neon.c
@@ -14,7 +14,7 @@
#include "./vpx_dsp_rtcd.h"
uint64_t vpx_sum_squares_2d_i16_neon(const int16_t *src, int stride, int size) {
- int64x1_t s2;
+ uint64x1_t s2;
if (size == 4) {
int16x4_t s[4];