summaryrefslogtreecommitdiffstats
path: root/apps/codecs/demac/libdemac/predictor-arm.S
AgeCommit message (Expand)AuthorFilesLines
2012-04-25Add codecs to librbcodec.Sean Bartell1-702/+0
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-0/+8
2010-02-22Remove all tabs within codec path.Andree Buschmann1-1/+1
2009-07-17Don't use ldrd/strd on ARMv5 since not all revisions support them and the gai...Jens Arnold1-4/+4
2008-12-09Assembler optimised mono predictor for ARM. Speedup for -c1000 mono is ~5% on...Jens Arnold1-8/+167
2008-11-27On ARM9TDMI (e.g. Gigabeat F) it's faster to use a ldr/str pair than add+ldmi...Jens Arnold1-12/+17
2008-11-27Speed up the predictor a little by using ldrd/strd on ARMv5+. This required s...Jens Arnold1-141/+163
2008-11-24Reorder instructions to avoid pipeline stalls on ARMv6 wherever possible (som...Jens Arnold1-84/+80
2008-11-24Branch optimisation in both C (giving hints to gcc - verified using -fprofile...Jens Arnold1-11/+16
2008-11-16Centralise compile-time configuration.Jens Arnold1-4/+3
2008-10-03Various speedups: (1) Put actual decoding functions into IRAM on PP5002. (2) ...Jens Arnold1-1/+2
2007-06-13Oops, forgot to set keywords propDave Chapman1-1/+1
2007-06-13ARM assembler predictor decoding function. This increases my -c1000 test tra...Dave Chapman1-0/+507