rockbox/apps/codecs/demac/libdemac
Andrew Mahone 723d5c6da6 Fix yellow: add newline at EOF in udiv32_arm-pre.S
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24508 a1c6a512-1295-4272-9138-f99709370657
2010-02-04 08:55:36 +00:00
..
crc.c
decoder.c
decoder.h
demac.h
demac_config.h Move udiv32_arm.S into libdemac, as this divider is specialized for the APE codec and an optimized divider is already provided for general use in codeclib. 2010-02-04 05:49:37 +00:00
entropy.c
entropy.h
filter.c APE codec: Speed up decoding of -c2000 and higher on ARMv4 and coldfire by fusing vector math for the filters. Speedup is roughly 3.5% for -c2000, 8% for -c3000 and 12% for -c4000. To be extended to other architectures. 2010-02-02 22:50:21 +00:00
filter.h
filter_16_11.c
filter_32_10.c
filter_64_11.c
filter_256_13.c
filter_1280_15.c
Makefile
parser.c
parser.h
predictor-arm.S
predictor-cf.S
predictor.c
predictor.h
SOURCES Move udiv32_arm.S into libdemac, as this divider is specialized for the APE codec and an optimized divider is already provided for general use in codeclib. 2010-02-04 05:49:37 +00:00
udiv32_arm-pre.S Fix yellow: add newline at EOF in udiv32_arm-pre.S 2010-02-04 08:55:36 +00:00
udiv32_arm.S Use all available codec iram for reciprocal table in APE codec on ARMv4. Done by linking first with the table empty to determine free space, then sizing table to fill it. 2010-02-04 08:45:38 +00:00
vector_math16_armv5te.h
vector_math16_armv6.h
vector_math16_cf.h APE codec: Speed up decoding of -c2000 and higher on ARMv4 and coldfire by fusing vector math for the filters. Speedup is roughly 3.5% for -c2000, 8% for -c3000 and 12% for -c4000. To be extended to other architectures. 2010-02-02 22:50:21 +00:00
vector_math32_armv4.h APE codec: Speed up decoding of -c2000 and higher on ARMv4 and coldfire by fusing vector math for the filters. Speedup is roughly 3.5% for -c2000, 8% for -c3000 and 12% for -c4000. To be extended to other architectures. 2010-02-02 22:50:21 +00:00
vector_math_generic.h