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