mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-19 05:49:09 +02:00
lavc/vp8dsp: fix .irp use with LLVM as
This commit is contained in:
parent
fa47299516
commit
cbe51ebf93
@ -171,7 +171,7 @@ endconst
|
|||||||
li t1, 6
|
li t1, 6
|
||||||
mul t0, t0, t1
|
mul t0, t0, t1
|
||||||
add t0, t0, t2
|
add t0, t0, t2
|
||||||
.irp n 1,2,3,4
|
.irp n,1,2,3,4
|
||||||
lb t\n, \n(t0)
|
lb t\n, \n(t0)
|
||||||
.endr
|
.endr
|
||||||
.ifc \size,6
|
.ifc \size,6
|
||||||
@ -236,7 +236,7 @@ func ff_put_vp8_epel\len\()_\type\()\size\()_rvv, zve32x
|
|||||||
endfunc
|
endfunc
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.irp len 16,8,4
|
.irp len,16,8,4
|
||||||
put_vp8_bilin_h_v \len h a5
|
put_vp8_bilin_h_v \len h a5
|
||||||
put_vp8_bilin_h_v \len v a6
|
put_vp8_bilin_h_v \len v a6
|
||||||
put_vp8_bilin_hv \len
|
put_vp8_bilin_hv \len
|
||||||
|
Loading…
x
Reference in New Issue
Block a user