summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro (follow)
Commit message (Expand)AuthorAge
* FS#12231Nils Wallménius2011-08-18
* Use more IRAM on S5L870x to speed up wmapro by ~2%.Andree Buschmann2011-05-20
* Fix nearly all residual 'variable set but not used' warnings reported from GC...Andree Buschmann2011-05-01
* Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius2011-01-12
* Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc ...Andree Buschmann2010-11-02
* Another minor ARM speedup for libwmapro. Drop lsb of multiplication result in...Andree Buschmann2010-08-05
* Minor of libwmapro on ARM. Swap operands for fixmul31, is 1% faster.Andree Buschmann2010-08-05
* Remove the comment about Coldfire asm. The current code (using fixmul16 macro...Mohamed Tarek2010-08-05
* libwmapro: remove coldfire fixmul24 as it is both incorrect and unused, fix f...Nils Wallménius2010-08-05
* update wmapro's README.Mohamed Tarek2010-08-05
* Fix reds. Mohamed Tarek2010-08-05
* oops ! shouldn't have removed mdct_tables.Mohamed Tarek2010-08-05
* Drop the the mdct files from libwmapro since they are no longer needed.Mohamed Tarek2010-08-05
* Increase wmapro decoder output sample depth to 24 bits, makes the mean error ...Mohamed Tarek2010-08-04
* Fix red by removing sine_512 from iram (2KB). minor slowdown for PP5024 (~0.0...Mohamed Tarek2010-08-04
* Use codeclib's mdct in wmapro. Input coeffs to the transform needed to be sca...Mohamed Tarek2010-08-04
* Fix the sample count in wma pro.Mohamed Tarek2010-08-03
* Use higher precision for libwmapro's quant_tab[].Andree Buschmann2010-08-01
* Housekeeping for libwmapro. Define some multiple used constants, use more pre...Andree Buschmann2010-07-31
* libwmapro: fix comment for coldfire fixmul31.Nils Wallménius2010-07-30
* Maintenance and minor speedup of libwmapro. Comment unused arrays, fix commen...Andree Buschmann2010-07-29
* Make codeclib_misc.h include the asm headers to simplify inclusion magic.Nils Wallménius2010-07-29
* libmwapro: use codeclib asm macros for XNPROD31, speeds up decoding of a 55kb...Nils Wallménius2010-07-29
* libwmapro: coldfire asm for vector_fixmul_scalar, 1% speedupNils Wallménius2010-07-28
* Refactor asm macros in libwmapro's vector_fixmul_() functions. No change to o...Andree Buschmann2010-07-28
* Add ARM assembler to libwmapro vector_fixmul_scalar(). Speeds up decoding by ...Andree Buschmann2010-07-28
* Refinement of initial lowmem handling for libwmapro (r27593). Set maximum sup...Andree Buschmann2010-07-28
* Correct the scaling of the coeffs to 17bits.Mohamed Tarek2010-07-28
* Submit next part of FS#11498. Unroll loop for minor speedup of libwmapro on A...Andree Buschmann2010-07-28
* Enable wmapro compilation for lowmem targets by excluding multichannel buffer...Mohamed Tarek2010-07-28
* libwmapro: build with -O2 for coldfire, 5% speedup.Nils Wallménius2010-07-27
* libwmapro: tiny tweak fo coldfire fixmul24 for a very slight speedup.Nils Wallménius2010-07-27
* libwmapro: slightly shorter and faster inline asm fixed point multiplication ...Nils Wallménius2010-07-26
* Modify the wma pro decoder to produce non-interleaved samples, and work direc...Mohamed Tarek2010-07-26
* Submit part of FS#11498. Major speedup for WMA Professional on ARM and Coldfi...Andree Buschmann2010-07-26
* libwmapro: coldfire asm for vector_fixmul_window, gives a speedup of ~13%, dr...Nils Wallménius2010-07-26
* Increase the size of quant table in libwmapro to accomodate more values for e...Mohamed Tarek2010-07-17
* libwmapro no longer needs libm in the sim; update the makefile and README.roc...Mohamed Tarek2010-07-17
* libwmapro : remove dead/unneeded code from wma.[ch]Mohamed Tarek2010-07-17
* libwmapro : Rename all FIXED occurrances to int32_t and remove types.hMohamed Tarek2010-07-17
* More cleaning for libwmapro; use codeclib's bitstream functions and drop thos...Mohamed Tarek2010-07-17
* Initial cleanup for libwmapro.Mohamed Tarek2010-07-15
* wmapro: silence some warnings related to function prototypes unused in rockboxRafaël Carré2010-07-14
* wmapro: don't force little endiannessRafaël Carré2010-07-14
* Add WMA Pro to the main build. WMA Pro now plays on target and decodes in 151...Mohamed Tarek2010-07-14
* Remove the floating point code from wmaprodec.c and change variable names acc...Mohamed Tarek2010-07-14
* Complete the conversion of WMA Pro to fixed point. Floating point code is sti...Mohamed Tarek2010-07-12
* Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz2010-07-10
* wmapro codec sim build needs to link with libmRafaël Carré2010-07-07
* Partial conversion of the wmapro decoder to fixed point arithmetic. Currently...Mohamed Tarek2010-07-05