]> git.sesse.net Git - x264/blobdiff - common/x86/const-a.asm
MBAFF: Create a VSAD DSP function
[x264] / common / x86 / const-a.asm
index f01856d192c0657be7462e7ef11f6df537c12749..999afc5f9e9351a496e10fcdc21ab25a4a0ccd66 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* const-a.asm: x86 global constants
 ;*****************************************************************************
-;* Copyright (C) 2010 x264 project
+;* Copyright (C) 2010-2011 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
@@ -51,6 +51,7 @@ const pw_pixel_max,times 8 dw ((1 << BIT_DEPTH)-1)
 
 const pd_1,        times 4 dd 1
 const pd_32,       times 4 dd 32
+const pd_1024,     times 4 dd 1024
 const pd_ffff,     times 4 dd 0xffff
 const pw_00ff,     times 8 dw 0x00ff
 const pw_ff00,     times 8 dw 0xff00