Skip to content

Commit

Permalink
Merge "stagefright amrwbenc: Change keyword ordering"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste Queru authored and android code review committed Feb 27, 2012
2 parents 5aff259 + 4a12db6 commit 94ee1bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/libstagefright/codecs/amrwbenc/inc/isp_isf.tab
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

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

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

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

0 comments on commit 94ee1bf

Please sign in to comment.