Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libjpeg-turbo
/
bd49803f92da151be5c4bd3910a2840d2068e7e3
/
jsimddct.h
bd49803
Use consistent/modern code formatting for pointers
by DRC
· 9 years ago
bc56b75
Get rid of the HAVE_PROTOTYPES configuration option, as well as the related JMETHOD and JPP macros. libjpeg-turbo has never supported compilers that don't handle prototypes. Doing so requires ansi2knr, which isn't even supported in the IJG code anymore.
by DRC
· 10 years ago
52ded87
Remove all of the NEED_SHORT_EXTERNAL_NAMES stuff. There is scant information available as to which linkers ever had a 15-character global symbol name limit. AFAICT, it might have been a VMS and/or a.out BSD thing, but none of those platforms have ever been supported by libjpeg-turbo (nor are such systems supported by other open source libraries of this nature.)
by DRC
· 10 years ago
1a45b81
Remove trailing spaces (+ one additional tab in TJUnitTest.java that was missed in the previous commit)
by DRC
· 10 years ago
e500591
SIMD-accelerated 3/4 and 3/2 decompression scaling for MIPS DSPr2
by DRC
· 11 years ago
af1ca9b
Clarify that the C wrappers and headers fall under the same license as the rest of the SIMD code
by DRC
· 14 years ago
59a3938
Framework for supporting SIMD acceleration
by Pierre Ossman
· 16 years ago