index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libwmapro
/
wmapro_math.h
Age
Commit message (
Expand
)
Author
2010-07-30
libwmapro: fix comment for coldfire fixmul31.
Nils Wallménius
2010-07-29
Maintenance and minor speedup of libwmapro. Comment unused arrays, fix commen...
Andree Buschmann
2010-07-28
libwmapro: coldfire asm for vector_fixmul_scalar, 1% speedup
Nils Wallménius
2010-07-28
Refactor asm macros in libwmapro's vector_fixmul_() functions. No change to o...
Andree Buschmann
2010-07-28
Add ARM assembler to libwmapro vector_fixmul_scalar(). Speeds up decoding by ...
Andree Buschmann
2010-07-28
Submit next part of FS#11498. Unroll loop for minor speedup of libwmapro on A...
Andree Buschmann
2010-07-27
libwmapro: tiny tweak fo coldfire fixmul24 for a very slight speedup.
Nils Wallménius
2010-07-26
libwmapro: slightly shorter and faster inline asm fixed point multiplication ...
Nils Wallménius
2010-07-26
Submit part of FS#11498. Major speedup for WMA Professional on ARM and Coldfi...
Andree Buschmann
2010-07-26
libwmapro: coldfire asm for vector_fixmul_window, gives a speedup of ~13%, dr...
Nils Wallménius
2010-07-17
libwmapro : Rename all FIXED occurrances to int32_t and remove types.h
Mohamed Tarek
2010-07-15
Initial cleanup for libwmapro.
Mohamed Tarek
2010-07-12
Complete the conversion of WMA Pro to fixed point. Floating point code is sti...
Mohamed Tarek
2010-07-05
Partial conversion of the wmapro decoder to fixed point arithmetic. Currently...
Mohamed Tarek