Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6531cfd authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am f7f1280e: Merge changes Ib4e27ea3,I4ad55266,Ie32b32c7

* commit 'f7f1280e0c71d64098efb42b58a922d056164b5e':
  stagefright amrnb: Remove extern from table definitions
  stagefright amrnb: Add includes for prototype declarations of tables
  stagefright amrnb: Add missing const qualifier to table declarations in headers
parents 43a1734e fbaf72b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ extern "C"
    ; EXTERNAL VARIABLES REFERENCES
    ; Declare variables used in this module but defined elsewhere
    ----------------------------------------------------------------------------*/
    extern Word16 grid[];
    extern const Word16 grid[];

    /*----------------------------------------------------------------------------
    ; SIMPLE TYPEDEF'S
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ extern "C"
    ; EXTERNAL VARIABLES REFERENCES
    ; Declare variables used in this module but defined elsewhere
    ----------------------------------------------------------------------------*/
    extern Word16 inv_sqrt_tbl[];
    extern const Word16 inv_sqrt_tbl[];
    /*----------------------------------------------------------------------------
    ; SIMPLE TYPEDEF'S
    ----------------------------------------------------------------------------*/
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ extern "C"
    ; EXTERNAL VARIABLES REFERENCES
    ; Declare variables used in this module but defined elsewhere
    ----------------------------------------------------------------------------*/
    extern Word16 log2_tbl[];
    extern const Word16 log2_tbl[];
    /*----------------------------------------------------------------------------
    ; SIMPLE TYPEDEF'S
    ----------------------------------------------------------------------------*/
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ extern "C"
    ; EXTERNAL VARIABLES REFERENCES
    ; Declare variables used in this module but defined elsewhere
    ----------------------------------------------------------------------------*/
    extern Word16 pow2_tbl[];
    extern const Word16 pow2_tbl[];
    /*----------------------------------------------------------------------------
    ; SIMPLE TYPEDEF'S
    ----------------------------------------------------------------------------*/
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ extern "C"
    ; EXTERNAL VARIABLES REFERENCES
    ; Declare variables used in this module but defined elsewhere
    ----------------------------------------------------------------------------*/
    extern Word16 sqrt_l_tbl[];
    extern const Word16 sqrt_l_tbl[];

    /*----------------------------------------------------------------------------
    ; SIMPLE TYPEDEF'S
Loading