summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64/mpegaudiodsp_neon.S
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-09-20 14:09:43 +0200
committerDiego Biurrun <diego@biurrun.de>2016-09-29 17:54:24 +0200
commit2caa93b813adc5dbb7771dfe615da826a2947d18 (patch)
tree5ef76a2c6ebf7ec7ccbda1e4d64fb3a9ad2bc04d /libavcodec/aarch64/mpegaudiodsp_neon.S
parent15b4f494fc6bddb8178fdb5aed18b420efc75e22 (diff)
mpegaudiodsp: Change type of array stride parameters to ptrdiff_t
This avoids SIMD-optimized functions having to sign-extend their stride argument manually to be able to do pointer arithmetic.
Diffstat (limited to 'libavcodec/aarch64/mpegaudiodsp_neon.S')
-rw-r--r--libavcodec/aarch64/mpegaudiodsp_neon.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/aarch64/mpegaudiodsp_neon.S b/libavcodec/aarch64/mpegaudiodsp_neon.S
index c1edc64135..34181d97da 100644
--- a/libavcodec/aarch64/mpegaudiodsp_neon.S
+++ b/libavcodec/aarch64/mpegaudiodsp_neon.S
@@ -34,7 +34,6 @@ endconst
.macro apply_window type, st
function ff_mpadsp_apply_window_\type\()_neon, export=1
mov x7, x0
- sxtw x4, w4 // incr
add x8, x0, #512<<2
ld1 {v0.4s,v1.4s,v2.4s,v3.4s}, [x7], #64
ld1 {v4.4s,v5.4s,v6.4s,v7.4s}, [x7], #64