]> git.sesse.net Git - ffmpeg/commitdiff
x86/utvideodsp: reuse shared constants
authorJames Almer <jamrial@gmail.com>
Tue, 21 Nov 2017 13:57:06 +0000 (10:57 -0300)
committerJames Almer <jamrial@gmail.com>
Tue, 21 Nov 2017 13:57:14 +0000 (10:57 -0300)
Remove the broadcast instructions as well now that they are wide
enough.

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/x86/utvideodsp.asm

index 6e13de39aada1d3b4f44ec017393c66985088780..b799c44b640070f440bbcd7857d304a3c6734f83 100644 (file)
@@ -24,9 +24,9 @@
 
 SECTION_RODATA
 
-pb_128:  times 16 db 128
-pw_512:  times 8  dw 512
-pw_1023: times 8  dw 1023
+cextern pb_80
+cextern pw_512
+cextern pw_1023
 
 SECTION .text
 
@@ -48,11 +48,7 @@ DEFINE_ARGS src_r, src_g, src_b, linesize_r, linesize_g, linesize_b, x
 %define wq r6m
 %define hd r7mp
 %endif
-%if mmsize == 32
-    vbroadcasti128 m3, [pb_128]
-%else
-    mova         m3, [pb_128]
-%endif
+    mova         m3, [pb_80]
 .nextrow:
     mov          xq, wq
 
@@ -98,13 +94,8 @@ cglobal restore_rgb_planes10, 7 + ARCH_X86_64, 7 + ARCH_X86_64 * 2, 5, src_r, sr
     add      src_rq, wq
     add      src_gq, wq
     add      src_bq, wq
-%if mmsize == 32
-    vbroadcasti128 m3, [pw_512]
-    vbroadcasti128 m4, [pw_1023]
-%else
     mova         m3, [pw_512]
     mova         m4, [pw_1023]
-%endif
     neg          wq
 %if ARCH_X86_64 == 0
     mov          wm, wq