[x265] [PATCH 1 of 2] Adding constant tables used for idct4 asm routine

nabajit at multicorewareinc.com nabajit at multicorewareinc.com
Wed Nov 27 14:11:33 CET 2013


# HG changeset patch
# User Nabajit Deka
# Date 1385556558 -19800
#      Wed Nov 27 18:19:18 2013 +0530
# Branch stable
# Node ID 648c669afd7476f30e4f432d839b36fbb5390332
# Parent  417f794274e5692851b558eaa609e6fbdac1d50f
Adding constant tables used for idct4 asm routine

diff -r 417f794274e5 -r 648c669afd74 source/common/x86/const-a.asm
--- a/source/common/x86/const-a.asm	Wed Nov 27 01:49:09 2013 -0600
+++ b/source/common/x86/const-a.asm	Wed Nov 27 18:19:18 2013 +0530
@@ -65,8 +65,10 @@
 const pw_pmmpzzzz, dw 1,-1,-1,1,0,0,0,0
 
 const pd_32,       times 4 dd 32
+const pd_64,       times 4 dd 64
 const pd_128,      times 4 dd 128
 const pd_1024,     times 4 dd 1024
+const pd_2048,     times 4 dd 2048
 const pd_ffff,     times 4 dd 0xffff
 const pw_ff00,     times 8 dw 0xff00
 


More information about the x265-devel mailing list