Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libjpeg-turbo
/
d65d99a9f5dc29fbb4a22f60e24f1fe57f1d85c5
/
jcdctmgr.c
d65d99a
Compiler warnings
by DRC
· 13 years ago
a49c4e5
The SIMD quantization algorithm does not produce correct results with the fast forward integer DCT and JPEG qualities >= 98, so for now, use the non-SIMD quantization function under those circumstances.
by DRC
· 14 years ago
fc5dc4f
Some systems (notably OS X Leopard) have fls() already, so rename ours to avoid conflict
by DRC
· 15 years ago
dc5db14
Move variable init around a bit to please crappy compilers.
by Pierre Ossman
· 16 years ago
35c4719
Make sure the work space memory is properly aligned
by Pierre Ossman
· 16 years ago
dedc42e
"Optimise" quantization step by replacing the division by a multiplication.
by Pierre Ossman
· 16 years ago
59a3938
Framework for supporting SIMD acceleration
by Pierre Ossman
· 16 years ago
49dcbfb
Split up the forward DCT routine into three stages
by Pierre Ossman
· 16 years ago
489583f
The Independent JPEG Group's JPEG software v6a
by Thomas G. Lane
· 29 years ago
bc79e06
The Independent JPEG Group's JPEG software v6
by Thomas G. Lane
· 29 years ago
36a4ccc
The Independent JPEG Group's JPEG software v5
by Thomas G. Lane
· 30 years ago