index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
recorder
/
jpeg_idct_arm.S
Age
Commit message (
Expand
)
Author
2010-06-11
FS#11335 by me: make ARM assembly functions thumb-friendly
Rafaël Carré
2009-08-31
Fix a typo in jpeg_idct8h which could cause display corruption on ARMv5+
Rob Purchase
2009-07-17
Remove ldrd from ARMv5 JPEG IDCT, remove old debug code selecting ARMv5 code ...
Andrew Mahone
2009-07-13
Add new asmdefs mechanism for exporting information only available to the C c...
Andrew Mahone
2009-07-03
JPEG IDCT8 ARMv6 assembly, slight speedup vs ARMv5.
Andrew Mahone
2009-07-02
Core JPEG IDCT8 optimizations for ARMv5+, small optimizations for ARMv4.
Andrew Mahone
2009-06-28
Use hand-written constants table on ARMv5+ for JPEG IDCT, and load four 16-bi...
Andrew Mahone
2009-06-27
ARM assembly 8-point IDCT, both passes. No ARMv5/6 optimizations yet, aside f...
Andrew Mahone
2009-06-26
Fix a typo in jpeg_idct4h which caused garbled JPEGs on ARMv5.
Rob Purchase
2009-06-19
2-point and 1-point JPEG IDCT ARM assembly, remove comment in jpeg_load.c abo...
Andrew Mahone
2009-06-19
Core JPEG decoder improvements:
Andrew Mahone