summaryrefslogtreecommitdiff
path: root/apps/codecs/demac/libdemac/predictor.c (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* Assembler optimised mono predictor for ARM. Speedup for -c1000 mono is ~5% on...Jens Arnold2008-12-09
* Implement mono predictor in assembler for coldfire, yielding a ~6% speedup fo...Jens Arnold2008-12-02
* Get rid of unused return values, except the one from decode_chunk() which wil...Jens Arnold2008-11-26
* 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
* APE codec: Assembler optimised predictor for coldfire. Heavily based on the a...Jens Arnold2007-10-19
* Remove some unused codeDave Chapman2007-06-14
* ARM assembler predictor decoding function. This increases my -c1000 test tra...Dave Chapman2007-06-13
* C optimisations to the predictor decoding - create a single function for deco...Dave Chapman2007-06-10
* Seeking and resume support for Monkey's AudioDave Chapman2007-06-08
* Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman2007-06-05