12-bit JPEG support

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1337 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC
2014-08-09 23:06:07 +00:00
11 changed files with 482 additions and 241 deletions

1
jdct.h
View File

@@ -41,7 +41,6 @@ typedef unsigned int UDCTELEM2;
#endif
#else
typedef INT32 DCTELEM; /* must have 32 bits */
typedef UINT32 UDCTELEM;
typedef unsigned long long UDCTELEM2;
#endif