mirror of https://git.ffmpeg.org/ffmpeg.git
aarch64: h264idct: Use the offset parameter to movrel
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
557c1675cf
commit
6a62795d40
|
@ -162,7 +162,7 @@ function ff_h264_idct_add8_neon, export=1
|
||||||
mov w19, w3 // stride
|
mov w19, w3 // stride
|
||||||
movrel x13, X(ff_h264_idct_dc_add_neon)
|
movrel x13, X(ff_h264_idct_dc_add_neon)
|
||||||
movrel x14, X(ff_h264_idct_add_neon)
|
movrel x14, X(ff_h264_idct_add_neon)
|
||||||
movrel x7, scan8+16
|
movrel x7, scan8, 16
|
||||||
mov x10, #0
|
mov x10, #0
|
||||||
mov x11, #16
|
mov x11, #16
|
||||||
1: mov w2, w19
|
1: mov w2, w19
|
||||||
|
|
Loading…
Reference in New Issue