[FFmpeg-cvslog] aarch64: h264idct: Use the offset parameter to movrel

Martin Storsjö git at videolan.org
Fri Mar 31 21:44:16 EEST 2017


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Nov  9 11:54:25 2016 +0200| [6a62795d4051f435a9a2c59395d96913693922f8] | committer: Martin Storsjö

aarch64: h264idct: Use the offset parameter to movrel

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a62795d4051f435a9a2c59395d96913693922f8
---

 libavcodec/aarch64/h264idct_neon.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/aarch64/h264idct_neon.S b/libavcodec/aarch64/h264idct_neon.S
index ee23977..1c43c1f 100644
--- a/libavcodec/aarch64/h264idct_neon.S
+++ b/libavcodec/aarch64/h264idct_neon.S
@@ -162,7 +162,7 @@ function ff_h264_idct_add8_neon, export=1
         mov             w19, w3                 // stride
         movrel          x13, X(ff_h264_idct_dc_add_neon)
         movrel          x14, X(ff_h264_idct_add_neon)
-        movrel          x7,  scan8+16
+        movrel          x7,  scan8, 16
         mov             x10, #0
         mov             x11, #16
 1:      mov             w2,  w19



More information about the ffmpeg-cvslog mailing list