forked from len0rd/rockbox
FS#12463: Improve performance for multichannel FLAC decoding. Speeds up decoding by 3 MHz on PP5022, 6-7 MHz on S5L870x and 11-12 MHz on MCF5250. 5.1-88kHz-files still do not decode in realtime on Coldfire and PP502x.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31367 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9b920734be
commit
07405841c6
3 changed files with 36 additions and 14 deletions
|
@ -488,6 +488,7 @@ static int decode_frame(FLACContext *s,
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int flac_downmix(FLACContext *s) ICODE_ATTR_FLAC;
|
||||
static int flac_downmix(FLACContext *s)
|
||||
{
|
||||
int32_t *FL, *FR, *FC, *SB, *RL, *RR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue