forked from len0rd/rockbox
opus: Re-add IRAM hints to some constant tables
Was accidently disabled in14c6bb798d(in January 2019) See8e8671a73efor the benchmarks. Change-Id: I3d558f8cfc041a14d0a1e55da3b042c7d01089e8
This commit is contained in:
parent
67b5fa06d5
commit
43dfa7d084
3 changed files with 15 additions and 15 deletions
|
|
@ -210,7 +210,7 @@ int log2_frac(opus_uint32 val, int frac)
|
|||
#if defined(CUSTOM_MODES)
|
||||
static const opus_uint32 CELT_PVQ_U_DATA[1488]={
|
||||
#else
|
||||
static const opus_uint32 CELT_PVQ_U_DATA[1272]={
|
||||
static const opus_uint32 CELT_PVQ_U_DATA[1272] ICONST_ATTR ={
|
||||
#endif
|
||||
/*N=0, K=0...176:*/
|
||||
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
|
|
@ -410,7 +410,7 @@ static const opus_uint32 CELT_PVQ_U_DATA[1272]={
|
|||
};
|
||||
|
||||
#if defined(CUSTOM_MODES)
|
||||
static const opus_uint32 *const CELT_PVQ_U_ROW[15]={
|
||||
static const opus_uint32 *const CELT_PVQ_U_ROW[15] ICONST_ATTR ={
|
||||
CELT_PVQ_U_DATA+ 0,CELT_PVQ_U_DATA+ 208,CELT_PVQ_U_DATA+ 415,
|
||||
CELT_PVQ_U_DATA+ 621,CELT_PVQ_U_DATA+ 826,CELT_PVQ_U_DATA+1030,
|
||||
CELT_PVQ_U_DATA+1233,CELT_PVQ_U_DATA+1336,CELT_PVQ_U_DATA+1389,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue