[x265] [PATCH 2 of 3] Adding constant table used for dct4

nabajit at multicorewareinc.com nabajit at multicorewareinc.com
Tue Nov 26 15:07:53 CET 2013


# HG changeset patch
# User Nabajit Deka
# Date 1385474743 -19800
#      Tue Nov 26 19:35:43 2013 +0530
# Node ID f9ebd23af598f6900a878aad5c9b01e7ea654bc9
# Parent  cdae16d2ebf3da0df9f7ec6af758bc34f6b2de12
Adding constant table used for dct4

diff -r cdae16d2ebf3 -r f9ebd23af598 source/common/x86/const-a.asm
--- a/source/common/x86/const-a.asm	Tue Nov 26 19:33:47 2013 +0530
+++ b/source/common/x86/const-a.asm	Tue Nov 26 19:35:43 2013 +0530
@@ -65,6 +65,7 @@
 const pw_pmmpzzzz, dw 1,-1,-1,1,0,0,0,0
 
 const pd_32,       times 4 dd 32
+const pd_128,      times 4 dd 128
 const pd_1024,     times 4 dd 1024
 const pd_ffff,     times 4 dd 0xffff
 const pw_ff00,     times 8 dw 0xff00


More information about the x265-devel mailing list