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