forked from len0rd/rockbox
Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstream.c as a part of the codec lib. Use this codeclib implementation in libffmpegFLAC. Implement adapted version of the unaligned longword reading optimization for coldfire from the libwma version of this code. Speeds up cook decoding by 2-3% on h300 and flac by 25% on h300, also speeds up flac decoding by 2% on c200 (decoding speed of cook on c200 is unchanged).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27430 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
328f2f9c28
commit
a87c61854e
11 changed files with 317 additions and 790 deletions
|
@ -1,6 +1,7 @@
|
|||
#if CONFIG_CODEC == SWCODEC /* software codec platforms */
|
||||
codeclib.c
|
||||
fixedpoint.c
|
||||
ffmpeg_bitstream.c
|
||||
|
||||
/* OLD MDCT */
|
||||
/* (when all other codecs are remediated this can be remoed) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue