Skip to content
Snippets Groups Projects
Commit 6a62795d authored by Martin Storsjö's avatar Martin Storsjö
Browse files

aarch64: h264idct: Use the offset parameter to movrel

parent 557c1675
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment