summaryrefslogtreecommitdiff
path: root/apps/codecs/libcook/cook_fixpoint.h (follow)
Commit message (Expand)AuthorAge
* Make codeclib_misc.h include the asm headers to simplify inclusion magic.Nils Wallménius2010-07-29
* Remove CLIP_TO_15 from codeclib. Remove tabs.Andree Buschmann2010-02-21
* Further work on cook codec. Rounding is not needed when using a large fract p...Andree Buschmann2010-02-21
* Optimization for cook codec. Rework sample output to be able to use highly op...Andree Buschmann2010-02-21
* Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper2010-02-17
* Move av_log2 function and asociated table to the codec lib, remove 3 identica...Nils Wallménius2009-12-05
* Modify libcook to use rockbox's mdct library in its standalone test program.Mohamed Tarek2009-08-13
* Fix compilation of the standalone test program.Mohamed Tarek2009-07-27
* Approx 10% speedup in cook on files tested: Remove some inner loops in favour...Dave Hooper2009-07-26
* Commited the wrong thing, fix zeroing in cook.Michael Giacomelli2009-07-21
* Rearrange loop to avoid one branch per iteration.Michael Giacomelli2009-07-21
* Optimize overlap_math by only doing shifting if theres gain, and moving the c...Michael Giacomelli2009-07-18
* Rearrange the MDCT library lookup tables so that codecs can access them. Acc...Michael Giacomelli2009-07-17
* Remove a call to av_clip() which limits the PCM output of the decoder to 16-bit.Mohamed Tarek2009-07-16
* Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek2009-07-06
* -Remove all dynamic allocations, hence remove cook_decode_close() which was b...Mohamed Tarek2009-05-12
* -Took cook_random() from an old cook.c revision [6 mar 2007], which is a Mohamed Tarek2009-05-11
* Patch by Mohamed Tarek from FS#10182 - convert codec to fixed-point using pat...Dave Chapman2009-05-10