Skip to content

Commit 94ee1bf

Browse files
Jean-Baptiste Queruandroid code review
authored andcommitted
Merge "stagefright amrwbenc: Change keyword ordering"
2 parents 5aff259 + 4a12db6 commit 94ee1bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

media/libstagefright/codecs/amrwbenc/inc/isp_isf.tab

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/* table of cos(x) in Q15 */
2323

24-
const static Word16 table[129] = {
24+
static const Word16 table[129] = {
2525
32767,
2626
32758, 32729, 32679, 32610, 32522, 32413, 32286, 32138,
2727
31972, 31786, 31581, 31357, 31114, 30853, 30572, 30274,
@@ -42,7 +42,7 @@ const static Word16 table[129] = {
4242

4343
/* slope in Q11 used to compute y = acos(x) */
4444

45-
const static Word16 slope[128] = {
45+
static const Word16 slope[128] = {
4646
-26214, -9039, -5243, -3799, -2979, -2405, -2064, -1771,
4747
-1579, -1409, -1279, -1170, -1079, -1004, -933, -880,
4848
-827, -783, -743, -708, -676, -647, -621, -599,

0 commit comments

Comments
 (0)