| .. |
|
AUTHORS
|
|
|
|
ChangeLog
|
|
|
|
COPYING
|
|
|
|
crc32.c
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
|
decoder.h
|
Set alignment for major data arrays in the mpc codec. This avoids performance regressions on S5L870x CPUs when changing code and allows further improvements.
|
2010-11-12 07:04:07 +00:00 |
|
huffman.c
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
|
huffman.h
|
|
|
|
internal.h
|
Use more IRAM for mpc on S5L870x. Speed up decoding by ~2%.
|
2011-05-16 21:31:59 +00:00 |
|
libmusepack.make
|
Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1
|
2011-01-12 22:28:43 +00:00 |
|
minimax.h
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
|
mpc_bits_reader.c
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
|
mpc_bits_reader.h
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
|
mpc_decoder.c
|
Use more IRAM for mpc on S5L870x. Speed up decoding by ~2%.
|
2011-05-16 21:31:59 +00:00 |
|
mpc_demux.c
|
Use more IRAM for mpc on S5L870x. Speed up decoding by ~2%.
|
2011-05-16 21:31:59 +00:00 |
|
mpc_types.h
|
Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h.
|
2010-08-12 13:55:01 +00:00 |
|
mpcdec.h
|
Use more IRAM for mpc on S5L870x. Speed up decoding by ~2%.
|
2011-05-16 21:31:59 +00:00 |
|
mpcdec_math.h
|
Some asm code beautification in the mpc decoder.
|
2010-06-05 17:52:31 +00:00 |
|
reader.h
|
Disable unneeded parts of mpc's file-I/O interface.
|
2010-06-21 18:45:34 +00:00 |
|
requant.c
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
|
requant.h
|
FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain.
|
2011-03-19 10:14:12 +00:00 |
|
SOURCES
|
Convert inline coldfire assembler to a 'real' assembler function, with tweaks by Buschel. Speeds up mpc decoding by ~1% on h300.
|
2010-07-20 23:35:07 +00:00 |
|
streaminfo.c
|
Fix compiler warnings ('variable set ut not used') with GCC 4.6.0.
|
2011-04-27 17:59:49 +00:00 |
|
streaminfo.h
|
|
|
|
synth_filter.c
|
Use more IRAM for mpc on S5L870x. Speed up decoding by ~2%.
|
2011-05-16 21:31:59 +00:00 |
|
synth_filter_arm.S
|
Re-submit ARM asm optimizations in mpc synthesis as the performance regressions on S5L870x have been solved with r28561.
|
2010-11-12 07:07:57 +00:00 |
|
synth_filter_coldfire.S
|
Convert inline coldfire assembler to a 'real' assembler function, with tweaks by Buschel. Speeds up mpc decoding by ~1% on h300.
|
2010-07-20 23:35:07 +00:00 |