- 45c7498 FS#11335 by me: make ARM assembly functions thumb-friendly by Rafaël Carré · 14 years ago
- fb65077 Fix a typo in jpeg_idct8h which could cause display corruption on ARMv5+ by Rob Purchase · 15 years ago
- 749c2b7 Remove ldrd from ARMv5 JPEG IDCT, remove old debug code selecting ARMv5 code for one function even when building for ARMv6. by Andrew Mahone · 15 years ago
- 668a769 Add new asmdefs mechanism for exporting information only available to the C compiler for use in asm files, and use it in arm jpeg idct. See apps/apps.make, apps/core_asmdefs.c, and apps/recorder/jpeg_idct_arm.S for details. by Andrew Mahone · 15 years ago
- 10803a7 JPEG IDCT8 ARMv6 assembly, slight speedup vs ARMv5. by Andrew Mahone · 15 years ago
- 017c1a1 Core JPEG IDCT8 optimizations for ARMv5+, small optimizations for ARMv4. by Andrew Mahone · 15 years ago
- 815dcfd Use hand-written constants table on ARMv5+ for JPEG IDCT, and load four 16-bit constants at a time with ldrd. Not useful for ARMv4, since one load per constant would still be needed, and limited range of ldrsh would force multiple copies of table. by Andrew Mahone · 15 years ago
- 3152bfc ARM assembly 8-point IDCT, both passes. No ARMv5/6 optimizations yet, aside from usat for final output. by Andrew Mahone · 15 years ago
- e2b018e Fix a typo in jpeg_idct4h which caused garbled JPEGs on ARMv5. by Rob Purchase · 15 years ago
- 498ad46 2-point and 1-point JPEG IDCT ARM assembly, remove comment in jpeg_load.c about inline asm, change loop condition to be a bit safer in case of bad values being passed. by Andrew Mahone · 15 years ago
- 6a0d931 Core JPEG decoder improvements: by Andrew Mahone · 15 years ago