summaryrefslogtreecommitdiffstats
path: root/libavcodec/aarch64
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-02-20 14:50:37 -0300
committerJames Almer <jamrial@gmail.com>2019-02-20 14:50:37 -0300
commit5ca7eb36b7353f9e6af05a5a952eead5f6d326dd (patch)
treedd6e412ba6f2df10f40c9cde1b19687db34aa464 /libavcodec/aarch64
parentebdc5c419aef0d9eed8c1ec57b30238194c1db0a (diff)
parentbb515e3a735f526ccb1068031e289eb5aeb69e22 (diff)
downloadffmpeg-streaming-5ca7eb36b7353f9e6af05a5a952eead5f6d326dd.zip
ffmpeg-streaming-5ca7eb36b7353f9e6af05a5a952eead5f6d326dd.tar.gz
Merge commit 'bb515e3a735f526ccb1068031e289eb5aeb69e22'
* commit 'bb515e3a735f526ccb1068031e289eb5aeb69e22': h264/aarch64: sign extend int stride in loop filter asm Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/aarch64')
-rw-r--r--libavcodec/aarch64/h264dsp_neon.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/aarch64/h264dsp_neon.S b/libavcodec/aarch64/h264dsp_neon.S
index 4ec35f2..29191e7 100644
--- a/libavcodec/aarch64/h264dsp_neon.S
+++ b/libavcodec/aarch64/h264dsp_neon.S
@@ -130,6 +130,7 @@ endfunc
function ff_h264_h_loop_filter_luma_neon, export=1
h264_loop_filter_start
+ sxtw x1, w1
sub x0, x0, #4
ld1 {v6.8B}, [x0], x1
@@ -210,6 +211,7 @@ endfunc
function ff_h264_v_loop_filter_chroma_neon, export=1
h264_loop_filter_start
+ sxtw x1, w1
sub x0, x0, x1, lsl #1
ld1 {v18.8B}, [x0], x1
@@ -228,6 +230,7 @@ endfunc
function ff_h264_h_loop_filter_chroma_neon, export=1
h264_loop_filter_start
+ sxtw x1, w1
sub x0, x0, #2
ld1 {v18.S}[0], [x0], x1
OpenPOWER on IntegriCloud