Commit c2ad2483 authored by Matthieu Bouron's avatar Matthieu Bouron

swscale/arm/yuv2rgb: simplify process_16px_* macro call

parent 2dba0407
......@@ -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
......
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