DRC
|
bf417e56e0
|
Remove trailing space
|
2014-02-06 19:13:24 +00:00 |
|
DRC
|
890f35098a
|
Create a separate stub file for 64-bit ARM, since it currently implements only the decompression-related functions.
|
2014-02-05 19:03:41 +00:00 |
|
DRC
|
1bb1e69186
|
First pass at ARMv8 64-bit NEON SIMD support
|
2014-02-05 08:15:44 +00:00 |
|
DRC
|
abb6a513fa
|
Formatting tweaks
|
2014-02-05 07:39:38 +00:00 |
|
DRC
|
bd029eb0f7
|
Make environment variable syntax consistent between ARM and x86 code, and add an option to disable SIMD on x86 (this option will be added to the x86-64 code as well, but it makes more sense to add it when we add AVX support.)
|
2013-10-31 07:40:24 +00:00 |
|
DRC
|
c6c8c7911f
|
SIMD-accelerated integer convsamp routine for MIPS DSPr2
|
2013-10-12 21:39:20 +00:00 |
|
DRC
|
3c6b1ba545
|
SIMD-accelerated floating point quantize and convsamp routines for MIPS DSPr2
|
2013-10-09 18:39:44 +00:00 |
|
DRC
|
10138c9d35
|
SIMD-accelerated fast integer inverse DCT routine for MIPS DSPr2
|
2013-10-08 02:18:59 +00:00 |
|
DRC
|
6addfed58b
|
SIMD-accelerated fast integer forward DCT routine for MIPS DSPr2
|
2013-10-08 02:11:21 +00:00 |
|
DRC
|
01f46504ee
|
SIMD-accelerated slow integer forward DCT and quantize routines for MIPS DSPr2
|
2013-09-30 18:13:27 +00:00 |
|
DRC
|
198cc7c161
|
SIMD-accelerated 3/4 and 3/2 decompression scaling for MIPS DSPr2
|
2013-09-27 17:51:08 +00:00 |
|
DRC
|
f934fc621e
|
SIMD-accelerated 1/2 and 1/4 decompression scaling for MIPS DSPr2
|
2013-09-27 17:43:23 +00:00 |
|
DRC
|
154c2dc749
|
SIMD-optimized RGB-to-grayscale conversion for MIPS DSPr2
|
2013-09-27 17:39:57 +00:00 |
|
DRC
|
8abacdbd4b
|
Fix segfault in MIPS DSPr2 upsample routines that occurred when doing 'make test'
|
2013-09-25 17:33:37 +00:00 |
|
DRC
|
0213d619bf
|
Fix 'make dist'
|
2013-08-23 07:57:21 +00:00 |
|
DRC
|
aa5a1808fe
|
SIMD support for performing upsampling using MIPS DSPr2 instructions
|
2013-07-27 21:50:02 +00:00 |
|
DRC
|
3f2e3b11f0
|
SIMD support for performing downsampling using MIPS DSPr2 instructions
|
2013-07-27 21:48:18 +00:00 |
|
DRC
|
41e3657631
|
SIMD support for performing fancy upsampling using MIPS DSPr2 instructions
|
2013-07-27 21:44:14 +00:00 |
|
DRC
|
64da9d6ba8
|
SIMD support for performing color conversion using MIPS DSPr2 instructions
|
2013-07-24 21:50:20 +00:00 |
|
DRC
|
c4c137f5e9
|
Fix the x86 build with NASM 0.98. Since NASM 0.98 is the default version on OS X, we want to at least allow people to build 32-bit code with it, even though it can't properly build 64-bit code.
|
2013-01-13 12:12:53 +00:00 |
|
DRC
|
f506e2cbb5
|
Fix build issues that occurred whenever the source directory contained the letters "col", "mer", or "gra".
|
2012-08-07 21:59:28 +00:00 |
|
DRC
|
7b8366223a
|
More recent versions of autoconf add -traditional-cpp to the CPP flags, which causes jsimdcfg.inc.h to not preprocess correctly unless we expand all of the instances of the #definev macro.
|
2012-06-28 23:24:29 +00:00 |
|
DRC
|
791e9b4316
|
Fixed regression caused by a bug in the 32-bit strict memory access code in jdmrgss2.asm (contributed by Chromium to stop valgrind from whining whenever the output buffer size was not evenly divisible by 16 bytes.) On Linux/x86, this regression caused incorrect pixels on the right-hand side of images whose rows were not 16-byte aligned, whenever fancy upsampling was used. This patch also enables the strict memory access code on all platforms, not just Linux (it does no harm on other platforms) and removes a couple of pcmpeqb instructions that were rendered unnecessary by r836.
|
2012-06-15 21:58:06 +00:00 |
|
DRC
|
7702469e15
|
Eliminate the use of the MASKMOVDQU instruction, to speed up decompression performance by 10x on AMD Bobcat embedded processors (and ~5% on AMD desktop processors.)
|
2012-06-13 01:23:09 +00:00 |
|
DRC
|
ca423d39a3
|
Preserve all 128 bits of xmm6 and xmm7
|
2012-04-26 19:48:33 +00:00 |
|
DRC
|
f3e8b02df5
|
Visual Studio 2010 doesn't like the wildcard, so let CMake expand it instead.
|
2012-03-17 14:32:05 +00:00 |
|
DRC
|
dbfa2648d8
|
Accelerated 4:2:2 upsampling routine for ARM (improves performance ~20-30% when decompressing 4:2:2 JPEGs using fancy upsampling)
|
2012-02-02 22:32:45 +00:00 |
|
DRC
|
a112f12efd
|
Compiler warnings
|
2012-01-31 05:27:41 +00:00 |
|
DRC
|
c1e4151607
|
Added new alpha channel colorspace constants/pixel formats, so applications can specify that they need the unused byte in a 4-component RGB output buffer set to 0xFF when decompressing.
|
2011-12-19 02:21:03 +00:00 |
|
DRC
|
90d7c850fa
|
Fixed non-fatal out-of-bounds read in SSE2 SIMD code reported by valgrind when decompressing a JPEG image to a bitmap buffer whose size was not a multiple of 16 bytes.
|
2011-12-01 10:58:36 +00:00 |
|
DRC
|
8ec31e2fb2
|
Expose NASM variable in ccmake
|
2011-11-29 09:01:23 +00:00 |
|
DRC
|
e0eea893be
|
NASM automatically adds the current directory to the include path, but YASM doesn't, so we need to explicitly add it.
|
2011-11-29 08:58:27 +00:00 |
|
DRC
|
d345306ecc
|
When decompressing to a 4-byte RGB buffer, set the unused byte to 0xFF so it can be interpreted as an opaque alpha channel.
|
2011-09-08 23:54:40 +00:00 |
|
DRC
|
edf4d637e1
|
Improve performance of non-SIMD color conversion routines and use global constants to define colorspace extension parameters
|
2011-09-07 06:31:00 +00:00 |
|
DRC
|
e808882c95
|
Update Nokia contact info
|
2011-09-06 18:58:22 +00:00 |
|
DRC
|
a02a9af565
|
Improve performance of IFAST iDCT by changing the order of transpose and descale steps
|
2011-09-06 18:57:53 +00:00 |
|
DRC
|
061f96dc7d
|
Make ARM ISLOW iDCT faster on typical cases, and eliminate the possibility of 16-bit overflows when handling arbitrary coefficients.
|
2011-09-06 18:55:45 +00:00 |
|
DRC
|
00e258dedd
|
Improve the performance of YCbCr to RGB conversion on ARM
|
2011-08-24 23:27:44 +00:00 |
|
DRC
|
7672bd3ac5
|
NEON-accelerated slow integer inverse DCT
|
2011-08-22 13:48:01 +00:00 |
|
DRC
|
00a69f142a
|
NEON-accelerated quantization
|
2011-08-17 21:00:59 +00:00 |
|
DRC
|
dbb92f2eee
|
Improve performance of ARM NEON IFAST iDCT
|
2011-08-15 08:36:51 +00:00 |
|
DRC
|
22b4359e42
|
ARM NEON-accelerated RGB-to-YCbCr conversion
|
2011-08-12 19:27:20 +00:00 |
|
DRC
|
ce02d1d62a
|
Support for accelerated forward DCT using ARM NEON instructions
|
2011-08-10 23:31:13 +00:00 |
|
DRC
|
e3f7e75525
|
NEON-optimized 2x2 and 4x4 scaled iDCTs
|
2011-06-17 21:12:58 +00:00 |
|
DRC
|
d02c734a19
|
iOS ARM support
|
2011-06-14 22:16:50 +00:00 |
|
DRC
|
fcdffa2265
|
Not necessary to save r10 and r11, since these are scratch registers
|
2011-05-10 21:44:33 +00:00 |
|
DRC
|
99799a6c29
|
ARM NEON support
|
2011-05-03 08:47:43 +00:00 |
|
DRC
|
a399b5bbea
|
YASM support
|
2011-05-03 06:32:41 +00:00 |
|
DRC
|
4611077eab
|
Don't need MSVC definition in assembler code anymore
|
2011-04-07 05:27:29 +00:00 |
|
DRC
|
31a13fcbb2
|
Attempt to make build work with Visual Studio 2010 (still doesn't work if SIMD or Java are enabled-- see bug tracker)
|
2011-04-04 21:00:53 +00:00 |
|