forked from len0rd/rockbox
Move some stuff out of IRAM for the voice decoder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15796 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
40f2427192
commit
d2ab668679
7 changed files with 19 additions and 11 deletions
|
|
@ -29,7 +29,9 @@
|
|||
POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
const signed char high_lsp_cdbk[512]={
|
||||
#include "config-speex.h"
|
||||
|
||||
const signed char high_lsp_cdbk[512] LSP_ICONST_ATTR ={
|
||||
39,12,-14,-20,-29,-61,-67,-76,
|
||||
-32,-71,-67,68,77,46,34,5,
|
||||
-13,-48,-46,-72,-81,-84,-60,-58,
|
||||
|
|
@ -96,7 +98,7 @@ const signed char high_lsp_cdbk[512]={
|
|||
-42,-74,-48,21,-4,70,52,10};
|
||||
|
||||
|
||||
const signed char high_lsp_cdbk2[512]={
|
||||
const signed char high_lsp_cdbk2[512] LSP_ICONST_ATTR ={
|
||||
-36,-62,6,-9,-10,-14,-56,23,
|
||||
1,-26,23,-48,-17,12,8,-7,
|
||||
23,29,-36,-28,-6,-29,-17,-5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue