Sign in
flutter
/
third_party
/
libjpeg-turbo
/
a9e2849967092a11c6c6d5c695ae43c2512854c5
/
simd
/
jsimd_arm.c
a9e2849
Add BUILD.gn and initial modifications for build
by Michael Jurka
· 8 years ago
123f725
Format copyright headers more consistently
by DRC
· 9 years ago
bd49803
Use consistent/modern code formatting for pointers
by DRC
· 9 years ago
e8aa5fa
Add JSIMD_NOHUFFENC environment variable for ARM
by DRC
· 9 years ago
499c470
ARM32 NEON SIMD implementation of Huffman encoding
by DRC
· 9 years ago
f3a8684
SSE2 SIMD implementation of Huffman encoding
by DRC
· 9 years ago
d729f4d
ARM NEON SIMD support for YCC-to-RGB565 conversion, and optimizations to the existing YCC-to-RGB conversion code:
by DRC
· 10 years ago
1419852
Clean up code formatting in the SIMD interface functions
by DRC
· 11 years ago
1a45b81
Remove trailing spaces (+ one additional tab in TJUnitTest.java that was missed in the previous commit)
by DRC
· 11 years ago
9397469
Remove trailing space
by DRC
· 11 years ago
e189ec7
Remove trailing space
by DRC
· 11 years ago
19eeaa7
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.)
by DRC
· 11 years ago
316617f
Accelerated 4:2:2 upsampling routine for ARM (improves performance ~20-30% when decompressing 4:2:2 JPEGs using fancy upsampling)
by DRC
· 13 years ago
d65d99a
Compiler warnings
by DRC
· 13 years ago
67ce3b2
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.
by DRC
· 13 years ago
ce4e3e8
NEON-accelerated slow integer inverse DCT
by DRC
· 13 years ago
82bd521
NEON-accelerated quantization
by DRC
· 13 years ago
7a9376c
ARM NEON-accelerated RGB-to-YCbCr conversion
by DRC
· 13 years ago
b740054
Support for accelerated forward DCT using ARM NEON instructions
by DRC
· 13 years ago
8c60d22
NEON-optimized 2x2 and 4x4 scaled iDCTs
by DRC
· 14 years ago
4346f91
iOS ARM support
by DRC
· 14 years ago
321e068
ARM NEON support
by DRC
· 14 years ago