summaryrefslogtreecommitdiff
path: root/apps/codecs/lib
AgeCommit message (Expand)Author
2010-02-18I don't yet fully understand why this is required, but without it the output ...Dave Hooper
2010-02-17split_radix_permutation also unused (since now a hardcoded table) - but left ...Dave Hooper
2010-02-17FIx typo in coldfire asm which caused yellowDave Hooper
2010-02-17Fix yellow (ff_fft_permute_c an unused function in codeclib)Dave Hooper
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper
2010-02-04Move udiv32_arm.S into libdemac, as this divider is specialized for the APE c...Andrew Mahone
2010-02-02Reduce reciprocal table size a bit on Nano 2nd Gen as well (fix red).Jens Arnold
2010-02-02APE codec: Speed up decoding of -c2000 and higher on ARMv4 and coldfire by fu...Jens Arnold
2010-02-01FS#10943, optimized division and clz routines to replace libgcc routines for ...Andrew Mahone
2010-01-30Improve libdemac SATURATE slightly on ARMv4/5, move filter buffers and code o...Andrew Mahone
2010-01-28Small fix for ARMv5e/v6 APE divider, correct large-divisor path and remove sp...Andrew Mahone
2010-01-28Fix red: smlal operand ordering in udiv32_arm.SAndrew Mahone
2010-01-28Improvements to specialized dividers for APE codec:Andrew Mahone
2010-01-03Invert divisor earlier in udiv32_arm, allowing the div0 test to be done befor...Andrew Mahone
2010-01-03More tabs removedAndree Buschmann
2010-01-03Use long jump to reach __div0 from udiv32_arm if building with IRAM and witho...Andrew Mahone
2010-01-03More comments for udiv32_armv4.S, reduce zero divisor test to one cycle for t...Andrew Mahone
2010-01-02Add missing EOF newline.Andrew Mahone
2010-01-02Remove special cases from udiv32_armv4.S, except for zero divisor and large n...Andrew Mahone
2009-12-31Add 31/31-bit unsigned division in apps/codecs/lib/udiv_arm.S, with 2 cycles ...Andrew Mahone
2009-12-13Improved bitrev12, using a larger LUT to save one lookup, speeds up vorbis ab...Nils Wallménius
2009-12-09Remove some sample functions from codeclib - these were for verifying the gen...Andrew Mahone
2009-12-09Extend av_log2 in codeclib into a generic for scanning for set bits, which ca...Andrew Mahone
2009-12-06Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes.Andrew Mahone
2009-12-06slightly faster asm av_log2 for armv6 (currently only Gigabeat S)Nils Wallménius
2009-12-05Fix yellow: mixed signed/unsigned in conditional.Andrew Mahone
2009-12-05Slightly improve av_log2 in codeclib on ARMv6.Andrew Mahone
2009-12-05Move av_log2 function and asociated table to the codec lib, remove 3 identica...Nils Wallménius
2009-11-29These macros have been replaced by (UN)LIKELY macros and were not used anywhere.Nils Wallménius
2009-08-29C code is NOT faster on S3C2440 - tested by AlexP on r22529Dave Hooper
2009-08-29Don't know why svn decided to delete tlsf/src... Maybe due to some aborted te...Magnus Holmgren
2009-08-29FS#10466: Introduce a real malloc for tremor.Magnus Holmgren
2009-08-29Removed remaining MB usageDave Hooper
2009-08-29Fix condition code clobbers (and one TAB) for inline arm code in lib and libt...Dave Hooper
2009-08-29Rerrange some registers in butterfly_generic to combine some 2-word stores in...Dave Hooper
2009-08-24Add stdint.h to the codeclib when compiled outside of rockbox so that int32_t...Michael Giacomelli
2009-08-16Remove svn:executable on source file and set keywords.Dominik Riebeling
2009-08-15Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek
2009-08-15remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...Mohamed Tarek
2009-08-13Also modify mdct_lookup.c for compiling outside rockbox.Mohamed Tarek
2009-08-13Modify the mdct library to enable using it outside rockbox - No functional ch...Mohamed Tarek
2009-08-03Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz
2009-07-30Slight whitespace cleanup, add a const qualifier. No functional changesNils Wallménius
2009-07-17Rearrange the MDCT library lookup tables so that codecs can access them. Acc...Michael Giacomelli
2009-07-13Reorder some operands to increase frequency of multiply early termination on ...Andrew Mahone
2009-07-12* ARM asm DSP and codec/plugin functions: Use r12 scratch register properlyJens Arnold
2009-07-07 * FS#10411 - Fixed point math code is bloated by Jeffrey GoodeMaurus Cuelenaere
2009-07-05Take 2 at 'Consolidate all fixed point math routines in one library' (FS#1040...Maurus Cuelenaere
2009-07-04Revert "Consolidate all fixed point math routines in one library (FS#10400) b...Maurus Cuelenaere
2009-07-04Consolidate all fixed point math routines in one library (FS#10400) by Jeffre...Maurus Cuelenaere