summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/wmapro_math.h (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* 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
* Increase wmapro decoder output sample depth to 24 bits, makes the mean error ...Mohamed Tarek2010-08-04
* 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
* 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
* Submit next part of FS#11498. Unroll loop for minor speedup of libwmapro on A...Andree Buschmann2010-07-28
* 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
* 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
* libwmapro : Rename all FIXED occurrances to int32_t and remove types.hMohamed Tarek2010-07-17
* Initial cleanup for libwmapro.Mohamed Tarek2010-07-15
* Complete the conversion of WMA Pro to fixed point. Floating point code is sti...Mohamed Tarek2010-07-12
* Partial conversion of the wmapro decoder to fixed point arithmetic. Currently...Mohamed Tarek2010-07-05