summaryrefslogtreecommitdiff
path: root/apps/codecs/demac/libdemac/predictor.c (unfollow)
Commit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2008-12-09Assembler optimised mono predictor for ARM. Speedup for -c1000 mono is ~5% on...Jens Arnold
2008-12-02Implement mono predictor in assembler for coldfire, yielding a ~6% speedup fo...Jens Arnold
2008-11-26Get rid of unused return values, except the one from decode_chunk() which wil...Jens Arnold
2008-11-24Branch optimisation in both C (giving hints to gcc - verified using -fprofile...Jens Arnold
2008-11-16Centralise compile-time configuration.Jens Arnold
2008-10-03Various speedups: (1) Put actual decoding functions into IRAM on PP5002. (2) ...Jens Arnold
2007-10-19APE codec: Assembler optimised predictor for coldfire. Heavily based on the a...Jens Arnold
2007-06-14Remove some unused codeDave Chapman
2007-06-13ARM assembler predictor decoding function. This increases my -c1000 test tra...Dave Chapman
2007-06-10C optimisations to the predictor decoding - create a single function for deco...Dave Chapman
2007-06-08Seeking and resume support for Monkey's AudioDave Chapman
2007-06-05Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman