summaryrefslogtreecommitdiff
path: root/apps/codecs/libtta
AgeCommit message (Expand)Author
2010-07-12Tune compiler optimizations for libtta, gives a speedup of 1.1MHz on h300 and...Nils Wallménius
2010-07-12Coldfire assembler implementation of hybrid_filter for libtta. Speeds up deco...Nils Wallménius
2010-07-12Use more iram in the tta lib, speeds up decoding by 47MHz on h300 (mcf5249) a...Nils Wallménius
2010-07-03We already build with -fomit-frame-pointer so there's no need to specify that...Nils Wallménius
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré
2010-06-02tta codec: optimize for arm target. pp502x: ~1% speed up.Yoshihisa Uchida
2010-05-14updates the README document.Yoshihisa Uchida
2010-05-13Put decoder array into IRAM. Improves Coldfire (h300) performance 218MHz ->1...Michael Giacomelli
2010-05-13add True Audio (TTA) codecYoshihisa Uchida