summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/amrwbenc
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2012-01-12 14:53:17 +0200
committerMartin Storsjo <martin@martin.st>2012-02-24 20:54:26 +0200
commitb0238c30a22778bdb4ac7c86a1eb65e50e32f2ec (patch)
tree961782216ff8e0daab764d1fc9fa60989a710f1f /media/libstagefright/codecs/amrwbenc
parentb86b3c8f976b70635770d93217132d4023ecf33f (diff)
downloadframeworks_av-b0238c30a22778bdb4ac7c86a1eb65e50e32f2ec.zip
frameworks_av-b0238c30a22778bdb4ac7c86a1eb65e50e32f2ec.tar.gz
frameworks_av-b0238c30a22778bdb4ac7c86a1eb65e50e32f2ec.tar.bz2
stagefright amrwbenc: Change keyword ordering
This avoids warnings about 'static' not being at the beginning of the declarations. Change-Id: I80f91b8a0f7f61edcdca96c206fedbd74ec0d88e
Diffstat (limited to 'media/libstagefright/codecs/amrwbenc')
-rw-r--r--media/libstagefright/codecs/amrwbenc/inc/isp_isf.tab4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/libstagefright/codecs/amrwbenc/inc/isp_isf.tab b/media/libstagefright/codecs/amrwbenc/inc/isp_isf.tab
index 97c3b68..865eea0 100644
--- a/media/libstagefright/codecs/amrwbenc/inc/isp_isf.tab
+++ b/media/libstagefright/codecs/amrwbenc/inc/isp_isf.tab
@@ -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,
@@ -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,