Skip to content

Commit 9cb864d

Browse files
committed
stagefright amrnb: Add includes for prototype declarations of tables
This was committed on the master branch of the opencore repository in commit da3d0463c999871ee584a0d750be65be65d19b00, based on AOSP contribution 10302. Change-Id: I4ad5526634efecc2d2bb3d2169184b8d4d4d7671
1 parent 67d536a commit 9cb864d

File tree

15 files changed

+15
-0
lines changed

15 files changed

+15
-0
lines changed

media/libstagefright/codecs/amrnb/common/src/bitreorder_tab.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ terms listed above has been obtained from the copyright holder.
123123
; INCLUDES
124124
----------------------------------------------------------------------------*/
125125
#include "typedef.h"
126+
#include "bitreorder_tab.h"
126127

127128
/*--------------------------------------------------------------------------*/
128129
#ifdef __cplusplus

media/libstagefright/codecs/amrnb/common/src/grid_tbl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ terms listed above has been obtained from the copyright holder.
6363
; INCLUDES
6464
----------------------------------------------------------------------------*/
6565
#include "typedef.h"
66+
#include "az_lsp.h"
6667

6768
/*--------------------------------------------------------------------------*/
6869
#ifdef __cplusplus

media/libstagefright/codecs/amrnb/common/src/inv_sqrt_tbl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ terms listed above has been obtained from the copyright holder.
5555
; INCLUDES
5656
----------------------------------------------------------------------------*/
5757
#include "typedef.h"
58+
#include "inv_sqrt.h"
5859

5960
/*--------------------------------------------------------------------------*/
6061
#ifdef __cplusplus

media/libstagefright/codecs/amrnb/common/src/log2_tbl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ terms listed above has been obtained from the copyright holder.
5454
; INCLUDES
5555
----------------------------------------------------------------------------*/
5656
#include "typedef.h"
57+
#include "log2_norm.h"
5758

5859
/*--------------------------------------------------------------------------*/
5960
#ifdef __cplusplus

media/libstagefright/codecs/amrnb/common/src/lsp_tab.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ terms listed above has been obtained from the copyright holder.
117117
----------------------------------------------------------------------------*/
118118
#include "typedef.h"
119119
#include "cnst.h"
120+
#include "lsp_tab.h"
120121

121122
/*--------------------------------------------------------------------------*/
122123
#ifdef __cplusplus

media/libstagefright/codecs/amrnb/common/src/pow2_tbl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ terms listed above has been obtained from the copyright holder.
5353
; INCLUDES
5454
----------------------------------------------------------------------------*/
5555
#include "typedef.h"
56+
#include "pow2.h"
5657

5758
/*--------------------------------------------------------------------------*/
5859
#ifdef __cplusplus

media/libstagefright/codecs/amrnb/common/src/q_plsf_5_tbl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ terms listed above has been obtained from the copyright holder.
5656
; INCLUDES
5757
----------------------------------------------------------------------------*/
5858
#include "typedef.h"
59+
#include "q_plsf_5_tbl.h"
5960

6061
/*--------------------------------------------------------------------------*/
6162
#ifdef __cplusplus

media/libstagefright/codecs/amrnb/common/src/qua_gain_tbl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ terms listed above has been obtained from the copyright holder.
5454
----------------------------------------------------------------------------*/
5555
#include "typedef.h"
5656
#include "qua_gain.h"
57+
#include "qua_gain_tbl.h"
5758

5859
/*--------------------------------------------------------------------------*/
5960
#ifdef __cplusplus

media/libstagefright/codecs/amrnb/common/src/sqrt_l_tbl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ terms listed above has been obtained from the copyright holder.
5858
; INCLUDES
5959
----------------------------------------------------------------------------*/
6060
#include "typedef.h"
61+
#include "sqrt_l.h"
6162

6263
/*--------------------------------------------------------------------------*/
6364
#ifdef __cplusplus

media/libstagefright/codecs/amrnb/common/src/window_tab.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ terms listed above has been obtained from the copyright holder.
117117
----------------------------------------------------------------------------*/
118118
#include "typedef.h"
119119
#include "cnst.h"
120+
#include "window_tab.h"
120121

121122
/*--------------------------------------------------------------------------*/
122123
#ifdef __cplusplus

0 commit comments

Comments
 (0)