Git init
[external/opencore-amr.git] / opencore / codecs_v2 / audio / gsm_amr / amr_nb / common / src / ph_disp_tab.cpp
1 /* ------------------------------------------------------------------
2  * Copyright (C) 1998-2009 PacketVideo
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
13  * express or implied.
14  * See the License for the specific language governing permissions
15  * and limitations under the License.
16  * -------------------------------------------------------------------
17  */
18 /****************************************************************************************
19 Portions of this file are derived from the following 3GPP standard:
20
21     3GPP TS 26.073
22     ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
23     Available from http://www.3gpp.org
24
25 (C) 2004, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TTA, TTC)
26 Permission to distribute, modify and use this file under the standard license
27 terms listed above has been obtained from the copyright holder.
28 ****************************************************************************************/
29 /*
30
31  Filename: ph_disp_tab.cpp
32
33 ------------------------------------------------------------------------------
34  MODULE DESCRIPTION
35
36  This file contains the table of impulse responses of the phase dispersion
37  filters. All impulse responses are in Q15
38
39 ------------------------------------------------------------------------------
40 */
41
42 /*----------------------------------------------------------------------------
43 ; INCLUDES
44 ----------------------------------------------------------------------------*/
45 #include    "typedef.h"
46
47 /*--------------------------------------------------------------------------*/
48 #ifdef __cplusplus
49 extern "C"
50 {
51 #endif
52
53     /*----------------------------------------------------------------------------
54     ; MACROS
55     ; [Define module specific macros here]
56     ----------------------------------------------------------------------------*/
57
58     /*----------------------------------------------------------------------------
59     ; DEFINES
60     ; [Include all pre-processor statements here. Include conditional
61     ; compile variables also.]
62     ----------------------------------------------------------------------------*/
63
64     /*----------------------------------------------------------------------------
65     ; LOCAL FUNCTION DEFINITIONS
66     ; [List function prototypes here]
67     ----------------------------------------------------------------------------*/
68
69     /*----------------------------------------------------------------------------
70     ; LOCAL VARIABLE DEFINITIONS
71     ; [Variable declaration - defined here and used outside this module]
72     ----------------------------------------------------------------------------*/
73     extern const Word16 ph_imp_low_MR795[];
74     const Word16 ph_imp_low_MR795[40] =
75     {
76         26777,    801,   2505,   -683,  -1382,    582,    604,  -1274,   3511,  -5894,
77         4534,   -499,  -1940,   3011,  -5058,   5614,  -1990,  -1061,  -1459,   4442,
78         -700,  -5335,   4609,    452,   -589,  -3352,   2953,   1267,  -1212,  -2590,
79         1731,   3670,  -4475,   -975,   4391,  -2537,    949,  -1363,   -979,   5734
80     };
81     extern const Word16 ph_imp_mid_MR795[];
82     const Word16 ph_imp_mid_MR795[40] =
83     {
84         30274,   3831,  -4036,   2972,  -1048,  -1002,   2477,  -3043,   2815,  -2231,
85         1753,  -1611,   1714,  -1775,   1543,  -1008,    429,   -169,    472,  -1264,
86         2176,  -2706,   2523,  -1621,    344,    826,  -1529,   1724,  -1657,   1701,
87         -2063,   2644,  -3060,   2897,  -1978,    557,    780,  -1369,    842,    655
88     };
89
90     extern const Word16 ph_imp_low[];
91     const Word16 ph_imp_low[40] =
92     {
93         14690,  11518,   1268,  -2761,  -5671,   7514,    -35,  -2807,  -3040,   4823,
94         2952,  -8424,   3785,   1455,   2179,  -8637,   8051,  -2103,  -1454,    777,
95         1108,  -2385,   2254,   -363,   -674,  -2103,   6046,  -5681,   1072,   3123,
96         -5058,   5312,  -2329,  -3728,   6924,  -3889,    675,  -1775,     29,  10145
97     };
98     extern const Word16 ph_imp_mid[];
99     const Word16 ph_imp_mid[40] =
100     {
101         30274,   3831,  -4036,   2972,  -1048,  -1002,   2477,  -3043,   2815,  -2231,
102         1753,  -1611,   1714,  -1775,   1543,  -1008,    429,   -169,    472,  -1264,
103         2176,  -2706,   2523,  -1621,    344,    826,  -1529,   1724,  -1657,   1701,
104         -2063,   2644,  -3060,   2897,  -1978,    557,    780,  -1369,    842,    655
105     };
106
107     /*--------------------------------------------------------------------------*/
108 #ifdef __cplusplus
109 }
110 #endif
111
112 /*
113 ------------------------------------------------------------------------------
114  FUNCTION NAME:
115 ------------------------------------------------------------------------------
116  INPUT AND OUTPUT DEFINITIONS
117
118  Inputs:
119     None
120
121  Outputs:
122     None
123
124  Returns:
125     None
126
127  Global Variables Used:
128     None
129
130  Local Variables Needed:
131     None
132
133 ------------------------------------------------------------------------------
134  FUNCTION DESCRIPTION
135
136  None
137
138 ------------------------------------------------------------------------------
139  REQUIREMENTS
140
141  None
142
143 ------------------------------------------------------------------------------
144  REFERENCES
145
146  [1] ph_disp.tab, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
147
148 ------------------------------------------------------------------------------
149  PSEUDO-CODE
150
151
152 ------------------------------------------------------------------------------
153  CAUTION [optional]
154  [State any special notes, constraints or cautions for users of this function]
155
156 ------------------------------------------------------------------------------
157 */
158
159 /*----------------------------------------------------------------------------
160 ; FUNCTION CODE
161 ----------------------------------------------------------------------------*/
162
163
164
165