summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/celt
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-09-24 10:08:26 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-09-24 10:27:17 -0400
commitc3f51b5fe9f947a25bfee145450fddec04404bd5 (patch)
tree3f8415110d285750ea4b1cbd8cc73dc8e8da83b9 /lib/rbcodec/codecs/libopus/celt
parent56bd6cd63484ac3b6364c06b1ea73aa9f3ec0139 (diff)
downloadrockbox-c3f51b5fe9f947a25bfee145450fddec04404bd5.tar.gz
rockbox-c3f51b5fe9f947a25bfee145450fddec04404bd5.zip
opus: Re-add a ICONST_ATTR lost in 4c6bb798d6bebc80f07e863236adbaf8d156a9c
Change-Id: If1395d5b1d71c1bc0bb9104ff26d2addbfd1040f
Diffstat (limited to 'lib/rbcodec/codecs/libopus/celt')
-rw-r--r--lib/rbcodec/codecs/libopus/celt/cwrs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rbcodec/codecs/libopus/celt/cwrs.c b/lib/rbcodec/codecs/libopus/celt/cwrs.c
index 69c5894e2f..12ff526ad7 100644
--- a/lib/rbcodec/codecs/libopus/celt/cwrs.c
+++ b/lib/rbcodec/codecs/libopus/celt/cwrs.c
@@ -208,7 +208,7 @@ int log2_frac(opus_uint32 val, int frac)
208 splitting a band from a standard Opus mode: 176, 144, 96, 88, 72, 64, 48, 208 splitting a band from a standard Opus mode: 176, 144, 96, 88, 72, 64, 48,
209 44, 36, 32, 24, 22, 18, 16, 8, 4, 2).*/ 209 44, 36, 32, 24, 22, 18, 16, 8, 4, 2).*/
210#if defined(CUSTOM_MODES) 210#if defined(CUSTOM_MODES)
211static const opus_uint32 CELT_PVQ_U_DATA[1488]={ 211static const opus_uint32 CELT_PVQ_U_DATA[1488] ICONST_ATTR ={
212#else 212#else
213static const opus_uint32 CELT_PVQ_U_DATA[1272] ICONST_ATTR ={ 213static const opus_uint32 CELT_PVQ_U_DATA[1272] ICONST_ATTR ={
214#endif 214#endif
@@ -418,7 +418,7 @@ static const opus_uint32 *const CELT_PVQ_U_ROW[15] ICONST_ATTR ={
418 CELT_PVQ_U_DATA+1464,CELT_PVQ_U_DATA+1470,CELT_PVQ_U_DATA+1473 418 CELT_PVQ_U_DATA+1464,CELT_PVQ_U_DATA+1470,CELT_PVQ_U_DATA+1473
419}; 419};
420#else 420#else
421static const opus_uint32 *const CELT_PVQ_U_ROW[15]={ 421static const opus_uint32 *const CELT_PVQ_U_ROW[15] ICONST_ATTR ={
422 CELT_PVQ_U_DATA+ 0,CELT_PVQ_U_DATA+ 176,CELT_PVQ_U_DATA+ 351, 422 CELT_PVQ_U_DATA+ 0,CELT_PVQ_U_DATA+ 176,CELT_PVQ_U_DATA+ 351,
423 CELT_PVQ_U_DATA+ 525,CELT_PVQ_U_DATA+ 698,CELT_PVQ_U_DATA+ 870, 423 CELT_PVQ_U_DATA+ 525,CELT_PVQ_U_DATA+ 698,CELT_PVQ_U_DATA+ 870,
424 CELT_PVQ_U_DATA+1041,CELT_PVQ_U_DATA+1131,CELT_PVQ_U_DATA+1178, 424 CELT_PVQ_U_DATA+1041,CELT_PVQ_U_DATA+1131,CELT_PVQ_U_DATA+1178,