Commit 6a62795d authored by Martin Storsjö's avatar Martin Storsjö

aarch64: h264idct: Use the offset parameter to movrel

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 557c1675
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment