diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-04-23 15:49:46 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-04-23 15:49:46 +0000 |
commit | 243447d675430e5639e91a437d4fa7bc51677ee3 (patch) | |
tree | b3f284293b6602ad27558474034f2c6a05e91984 /common | |
parent | b10489b03966ce86ae091156ba6f021bc5d93377 (diff) | |
download | tigervnc-243447d675430e5639e91a437d4fa7bc51677ee3.tar.gz tigervnc-243447d675430e5639e91a437d4fa7bc51677ee3.zip |
Use correct filenames in headers
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4047 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common')
-rw-r--r-- | common/jpeg/simd/jcclrss2-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jccolss2-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jcqnts2f-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jcqnts2i-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jcsamss2-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jdclrss2-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jdcolss2-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jdmerss2-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jdmrgss2-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jdsamss2-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jfss2fst-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jfss2int-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jfsseflt-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jiss2flt-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jiss2fst-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jiss2int-64.asm | 2 | ||||
-rw-r--r-- | common/jpeg/simd/jiss2red-64.asm | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/common/jpeg/simd/jcclrss2-64.asm b/common/jpeg/simd/jcclrss2-64.asm index 89d21855..8b8fa8a1 100644 --- a/common/jpeg/simd/jcclrss2-64.asm +++ b/common/jpeg/simd/jcclrss2-64.asm @@ -1,5 +1,5 @@ ; -; jcclrss2.asm - colorspace conversion (64-bit SSE2) +; jcclrss2-64.asm - colorspace conversion (64-bit SSE2) ; ; x86 SIMD extension for IJG JPEG library ; Copyright (C) 1999-2006, MIYASAKA Masaru. diff --git a/common/jpeg/simd/jccolss2-64.asm b/common/jpeg/simd/jccolss2-64.asm index a419d1bc..64ee0ba8 100644 --- a/common/jpeg/simd/jccolss2-64.asm +++ b/common/jpeg/simd/jccolss2-64.asm @@ -1,5 +1,5 @@ ; -; jccolss2.asm - colorspace conversion (64-bit SSE2) +; jccolss2-64.asm - colorspace conversion (64-bit SSE2) ; ; x86 SIMD extension for IJG JPEG library ; Copyright (C) 1999-2006, MIYASAKA Masaru. diff --git a/common/jpeg/simd/jcqnts2f-64.asm b/common/jpeg/simd/jcqnts2f-64.asm index 6d8a1237..d0efa1b9 100644 --- a/common/jpeg/simd/jcqnts2f-64.asm +++ b/common/jpeg/simd/jcqnts2f-64.asm @@ -1,5 +1,5 @@ ; -; jcqnts2f.asm - sample data conversion and quantization (64-bit SSE & SSE2) +; jcqnts2f-64.asm - sample data conversion and quantization (64-bit SSE & SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jcqnts2i-64.asm b/common/jpeg/simd/jcqnts2i-64.asm index 419c5936..cc33d59f 100644 --- a/common/jpeg/simd/jcqnts2i-64.asm +++ b/common/jpeg/simd/jcqnts2i-64.asm @@ -1,5 +1,5 @@ ; -; jcqnts2i.asm - sample data conversion and quantization (64-bit SSE2) +; jcqnts2i-64.asm - sample data conversion and quantization (64-bit SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jcsamss2-64.asm b/common/jpeg/simd/jcsamss2-64.asm index 502d2253..6a16dc5f 100644 --- a/common/jpeg/simd/jcsamss2-64.asm +++ b/common/jpeg/simd/jcsamss2-64.asm @@ -1,5 +1,5 @@ ; -; jcsamss2.asm - downsampling (64-bit SSE2) +; jcsamss2-64.asm - downsampling (64-bit SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jdclrss2-64.asm b/common/jpeg/simd/jdclrss2-64.asm index 52d133f4..eac6eb4a 100644 --- a/common/jpeg/simd/jdclrss2-64.asm +++ b/common/jpeg/simd/jdclrss2-64.asm @@ -1,5 +1,5 @@ ; -; jdclrss2.asm - colorspace conversion (64-bit SSE2) +; jdclrss2-64.asm - colorspace conversion (64-bit SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jdcolss2-64.asm b/common/jpeg/simd/jdcolss2-64.asm index 5e8a322c..2e97d593 100644 --- a/common/jpeg/simd/jdcolss2-64.asm +++ b/common/jpeg/simd/jdcolss2-64.asm @@ -1,5 +1,5 @@ ; -; jdcolss2.asm - colorspace conversion (64-bit SSE2) +; jdcolss2-64.asm - colorspace conversion (64-bit SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jdmerss2-64.asm b/common/jpeg/simd/jdmerss2-64.asm index 2f9c5c1f..1f0b10fa 100644 --- a/common/jpeg/simd/jdmerss2-64.asm +++ b/common/jpeg/simd/jdmerss2-64.asm @@ -1,5 +1,5 @@ ; -; jdmerss2.asm - merged upsampling/color conversion (64-bit SSE2) +; jdmerss2-64.asm - merged upsampling/color conversion (64-bit SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jdmrgss2-64.asm b/common/jpeg/simd/jdmrgss2-64.asm index c51c91b5..b7682083 100644 --- a/common/jpeg/simd/jdmrgss2-64.asm +++ b/common/jpeg/simd/jdmrgss2-64.asm @@ -1,5 +1,5 @@ ; -; jdmrgss2.asm - merged upsampling/color conversion (64-bit SSE2) +; jdmrgss2-64.asm - merged upsampling/color conversion (64-bit SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jdsamss2-64.asm b/common/jpeg/simd/jdsamss2-64.asm index f9c61fc9..f36c1562 100644 --- a/common/jpeg/simd/jdsamss2-64.asm +++ b/common/jpeg/simd/jdsamss2-64.asm @@ -1,5 +1,5 @@ ; -; jdsamss2.asm - upsampling (64-bit SSE2) +; jdsamss2-64.asm - upsampling (64-bit SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jfss2fst-64.asm b/common/jpeg/simd/jfss2fst-64.asm index c99acc2f..6953caf3 100644 --- a/common/jpeg/simd/jfss2fst-64.asm +++ b/common/jpeg/simd/jfss2fst-64.asm @@ -1,5 +1,5 @@ ; -; jfss2fst.asm - fast integer FDCT (64-bit SSE2) +; jfss2fst-64.asm - fast integer FDCT (64-bit SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jfss2int-64.asm b/common/jpeg/simd/jfss2int-64.asm index b8ec4b54..bd1bd45a 100644 --- a/common/jpeg/simd/jfss2int-64.asm +++ b/common/jpeg/simd/jfss2int-64.asm @@ -1,5 +1,5 @@ ; -; jfss2int.asm - accurate integer FDCT (64-bit SSE2) +; jfss2int-64.asm - accurate integer FDCT (64-bit SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jfsseflt-64.asm b/common/jpeg/simd/jfsseflt-64.asm index 0f3e21a6..07245d2d 100644 --- a/common/jpeg/simd/jfsseflt-64.asm +++ b/common/jpeg/simd/jfsseflt-64.asm @@ -1,5 +1,5 @@ ; -; jfsseflt.asm - floating-point FDCT (64-bit SSE) +; jfsseflt-64.asm - floating-point FDCT (64-bit SSE) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jiss2flt-64.asm b/common/jpeg/simd/jiss2flt-64.asm index 3db52eec..6e7e6d42 100644 --- a/common/jpeg/simd/jiss2flt-64.asm +++ b/common/jpeg/simd/jiss2flt-64.asm @@ -1,5 +1,5 @@ ; -; jiss2flt.asm - floating-point IDCT (64-bit SSE & SSE2) +; jiss2flt-64.asm - floating-point IDCT (64-bit SSE & SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jiss2fst-64.asm b/common/jpeg/simd/jiss2fst-64.asm index 9e56a2cb..08875058 100644 --- a/common/jpeg/simd/jiss2fst-64.asm +++ b/common/jpeg/simd/jiss2fst-64.asm @@ -1,5 +1,5 @@ ; -; jiss2fst.asm - fast integer IDCT (64-bit SSE2) +; jiss2fst-64.asm - fast integer IDCT (64-bit SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jiss2int-64.asm b/common/jpeg/simd/jiss2int-64.asm index 82da0a71..13764d6a 100644 --- a/common/jpeg/simd/jiss2int-64.asm +++ b/common/jpeg/simd/jiss2int-64.asm @@ -1,5 +1,5 @@ ; -; jiss2int.asm - accurate integer IDCT (64-bit SSE2) +; jiss2int-64.asm - accurate integer IDCT (64-bit SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander diff --git a/common/jpeg/simd/jiss2red-64.asm b/common/jpeg/simd/jiss2red-64.asm index f3903671..6807f17c 100644 --- a/common/jpeg/simd/jiss2red-64.asm +++ b/common/jpeg/simd/jiss2red-64.asm @@ -1,5 +1,5 @@ ; -; jiss2red.asm - reduced-size IDCT (64-bit SSE2) +; jiss2red-64.asm - reduced-size IDCT (64-bit SSE2) ; ; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB ; Copyright 2009 D. R. Commander |