mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
swscale/rgb2rgb: fix extra iteration in R-V V interleave
There was an additional iteration doing nothing for each line, due to checking the selected vector length instead of the available vector length.
This commit is contained in:
parent
9240035c0e
commit
ede3215115
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ func ff_interleave_bytes_rvv, zve32x
|
|||
add t1, t4, t1
|
||||
vsseg2e8.v v8, (t2)
|
||||
sh1add t2, t4, t2
|
||||
bnez t4, 2b
|
||||
bnez t3, 2b
|
||||
|
||||
add a0, a0, a5
|
||||
add a1, a1, a6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue