Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2015-12-15 19:04:09 +0300
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2015-12-19 12:42:33 +0300
commitc2ad24832139699815b9666b91ae8876fe3b47c1 (patch)
tree243b1bcd974e1540191f0b4821ec33de589a478f /libswscale/arm
parent2dba0407fdb855bbe44c888232d58ddb2fd3a412 (diff)
swscale/arm/yuv2rgb: simplify process_16px_* macro call
Diffstat (limited to 'libswscale/arm')
-rw-r--r--libswscale/arm/yuv2rgb_neon.S8
1 files changed, 1 insertions, 7 deletions
diff --git a/libswscale/arm/yuv2rgb_neon.S b/libswscale/arm/yuv2rgb_neon.S
index 01d8536cdb..9f9dd2aaa1 100644
--- a/libswscale/arm/yuv2rgb_neon.S
+++ b/libswscale/arm/yuv2rgb_neon.S
@@ -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