mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
swscale/arm/yuv2rgb: simplify process_16px_* macro call
This commit is contained in:
parent
2dba0407fd
commit
c2ad248321
@ -226,13 +226,7 @@ function ff_\ifmt\()_to_\ofmt\()_neon_\precision\(), export=1
|
||||
vsubl.u8 q15, d2, d10 @ q15 = V - 128
|
||||
.endif
|
||||
|
||||
.ifc \precision,16
|
||||
process_16px_16 \ofmt
|
||||
.endif
|
||||
|
||||
.ifc \precision,32
|
||||
process_16px_32 \ofmt
|
||||
.endif
|
||||
process_16px_\precision \ofmt
|
||||
|
||||
subs r8, r8, #16 @ width -= 16
|
||||
bgt 2b
|
||||
|
Loading…
Reference in New Issue
Block a user