rockbox/apps/codecs/demac/libdemac
2007-06-10 08:55:16 +00:00
..
crc.c
decoder.c C optimisations to the predictor decoding - create a single function for decoding stereo streams, and reorganise to minimise the number of variables used. My -c1000 test track now decodes at 93% realtime on PortalPlayer (was 78%), 187% on Coldfire (was 170%) and 447% on Gigabeat (was 408%). 2007-06-10 08:55:16 +00:00
decoder.h
demac.h
entropy.c
entropy.h
filter.c
filter.h
filter_16_11.c
filter_32_10.c
filter_64_11.c
filter_256_13.c
filter_1280_15.c
Makefile Seeking and resume support for Monkey's Audio 2007-06-08 22:35:26 +00:00
parser.c Define and use a local APE_MAX function to make the standalone demac decoder compile again. 2007-06-09 00:58:15 +00:00
parser.h C optimisations to the predictor decoding - create a single function for decoding stereo streams, and reorganise to minimise the number of variables used. My -c1000 test track now decodes at 93% realtime on PortalPlayer (was 78%), 187% on Coldfire (was 170%) and 447% on Gigabeat (was 408%). 2007-06-10 08:55:16 +00:00
predictor.c C optimisations to the predictor decoding - create a single function for decoding stereo streams, and reorganise to minimise the number of variables used. My -c1000 test track now decodes at 93% realtime on PortalPlayer (was 78%), 187% on Coldfire (was 170%) and 447% on Gigabeat (was 408%). 2007-06-10 08:55:16 +00:00
predictor.h C optimisations to the predictor decoding - create a single function for decoding stereo streams, and reorganise to minimise the number of variables used. My -c1000 test track now decodes at 93% realtime on PortalPlayer (was 78%), 187% on Coldfire (was 170%) and 447% on Gigabeat (was 408%). 2007-06-10 08:55:16 +00:00
rangecoding.h
SOURCES
vector_math16.h
vector_math32.h