forked from len0rd/rockbox
Temporary solution for code and data in IRAM for iriver codecs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6029 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b9c9d80fef
commit
e638eadaff
4 changed files with 24 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef SIMULATOR
|
||||
#include <private/coldfire.h>
|
||||
|
||||
void FLAC__lpc_restore_signal_order8_mac(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]) __attribute__ ((section (".icode")));
|
||||
void FLAC__lpc_restore_signal_order8_mac(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[])
|
||||
{
|
||||
register const FLAC__int32 *qlp0 = &qlp_coeff[(order-1)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue