# 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 _______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
