summaryrefslogtreecommitdiffstats
path: root/apps/recorder/jpeg_idct_arm.S
AgeCommit message (Expand)AuthorFilesLines
2009-08-31Fix a typo in jpeg_idct8h which could cause display corruption on ARMv5+Rob Purchase1-1/+1
2009-07-17Remove ldrd from ARMv5 JPEG IDCT, remove old debug code selecting ARMv5 code ...Andrew Mahone1-9/+17
2009-07-13Add new asmdefs mechanism for exporting information only available to the C c...Andrew Mahone1-150/+54
2009-07-03JPEG IDCT8 ARMv6 assembly, slight speedup vs ARMv5.Andrew Mahone1-15/+215
2009-07-02Core JPEG IDCT8 optimizations for ARMv5+, small optimizations for ARMv4.Andrew Mahone1-14/+233
2009-06-28Use hand-written constants table on ARMv5+ for JPEG IDCT, and load four 16-bi...Andrew Mahone1-76/+86
2009-06-27ARM assembly 8-point IDCT, both passes. No ARMv5/6 optimizations yet, aside f...Andrew Mahone1-0/+265
2009-06-26Fix a typo in jpeg_idct4h which caused garbled JPEGs on ARMv5.Rob Purchase1-1/+1
2009-06-192-point and 1-point JPEG IDCT ARM assembly, remove comment in jpeg_load.c abo...Andrew Mahone1-10/+139
2009-06-19Core JPEG decoder improvements:Andrew Mahone1-0/+287