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

Commit fbaf72b7 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

Merge changes Ib4e27ea3,I4ad55266,Ie32b32c7

* changes:
  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 7c7674ea 1ead790e
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