Git init
[external/opencore-amr.git] / opencore / codecs_v2 / audio / gsm_amr / amr_nb / enc / src / corrwght_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
32
33
34  Filename: corrwght_tab.cpp
35
36 ------------------------------------------------------------------------------
37  MODULE DESCRIPTION
38
39  This file contains the tables for correlation weights
40
41 ------------------------------------------------------------------------------
42 */
43
44 /*----------------------------------------------------------------------------
45 ; INCLUDES
46 ----------------------------------------------------------------------------*/
47 #include "p_ol_wgh.h"
48
49 /*--------------------------------------------------------------------------*/
50 #ifdef __cplusplus
51 extern "C"
52 {
53 #endif
54
55     /*----------------------------------------------------------------------------
56     ; MACROS
57     ; [Define module specific macros here]
58     ----------------------------------------------------------------------------*/
59
60     /*----------------------------------------------------------------------------
61     ; DEFINES
62     ; [Include all pre-processor statements here. Include conditional
63     ; compile variables also.]
64     ----------------------------------------------------------------------------*/
65
66     /*----------------------------------------------------------------------------
67     ; LOCAL FUNCTION DEFINITIONS
68     ; [List function prototypes here]
69     ----------------------------------------------------------------------------*/
70
71     /*----------------------------------------------------------------------------
72     ; LOCAL VARIABLE DEFINITIONS
73     ; [Variable declaration - defined here and used outside this module]
74     ----------------------------------------------------------------------------*/
75     const Word16 corrweight[251] =
76     {
77         20473,  20506,  20539,  20572,  20605,  20644,  20677,
78         20716,  20749,  20788,  20821,  20860,  20893,  20932,
79         20972,  21011,  21050,  21089,  21129,  21168,  21207,
80         21247,  21286,  21332,  21371,  21417,  21456,  21502,
81         21542,  21588,  21633,  21679,  21725,  21771,  21817,
82         21863,  21909,  21961,  22007,  22059,  22105,  22158,
83         22210,  22263,  22315,  22367,  22420,  22472,  22531,
84         22584,  22643,  22702,  22761,  22820,  22879,  22938,
85         23003,  23062,  23128,  23193,  23252,  23324,  23390,
86         23455,  23527,  23600,  23665,  23744,  23816,  23888,
87         23967,  24045,  24124,  24202,  24288,  24366,  24451,
88         24537,  24628,  24714,  24805,  24904,  24995,  25094,
89         25192,  25297,  25395,  25500,  25611,  25723,  25834,
90         25952,  26070,  26188,  26313,  26444,  26575,  26706,
91         26844,  26988,  27132,  27283,  27440,  27597,  27761,
92         27931,  28108,  28285,  28475,  28665,  28869,  29078,
93         29295,  29524,  29760,  30002,  30258,  30527,  30808,
94         31457,  32767,  32767,  32767,  32767,  32767,
95         32767,  32767,  31457,  30808,  30527,  30258,  30002,
96         29760,  29524,  29295,  29078,  28869,  28665,  28475,
97         28285,  28108,  27931,  27761,  27597,  27440,  27283,
98         27132,  26988,  26844,  26706,  26575,  26444,  26313,
99         26188,  26070,  25952,  25834,  25723,  25611,  25500,
100         25395,  25297,  25192,  25094,  24995,  24904,  24805,
101         24714,  24628,  24537,  24451,  24366,  24288,  24202,
102         24124,  24045,  23967,  23888,  23816,  23744,  23665,
103         23600,  23527,  23455,  23390,  23324,  23252,  23193,
104         23128,  23062,  23003,  22938,  22879,  22820,  22761,
105         22702,  22643,  22584,  22531,  22472,  22420,  22367,
106         22315,  22263,  22210,  22158,  22105,  22059,  22007,
107         21961,  21909,  21863,  21817,  21771,  21725,  21679,
108         21633,  21588,  21542,  21502,  21456,  21417,  21371,
109         21332,  21286,  21247,  21207,  21168,  21129,  21089,
110         21050,  21011,  20972,  20932,  20893,  20860,  20821,
111         20788,  20749,  20716,  20677,  20644,  20605,  20572,
112         20539,  20506,  20473,  20434,  20401,  20369,  20336
113     };
114
115     /*--------------------------------------------------------------------------*/
116 #ifdef __cplusplus
117 }
118 #endif
119
120 /*
121 ------------------------------------------------------------------------------
122  FUNCTION NAME:
123 ------------------------------------------------------------------------------
124  INPUT AND OUTPUT DEFINITIONS
125
126  Inputs:
127     None
128
129  Outputs:
130     None
131
132  Returns:
133     None
134
135  Global Variables Used:
136     None
137
138  Local Variables Needed:
139     None
140
141 ------------------------------------------------------------------------------
142  FUNCTION DESCRIPTION
143
144  None
145
146 ------------------------------------------------------------------------------
147  REQUIREMENTS
148
149  None
150
151 ------------------------------------------------------------------------------
152  REFERENCES
153
154  [1] corrwght.tab, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
155
156 ------------------------------------------------------------------------------
157  PSEUDO-CODE
158
159
160 ------------------------------------------------------------------------------
161  CAUTION [optional]
162  [State any special notes, constraints or cautions for users of this function]
163
164 ------------------------------------------------------------------------------
165 */
166
167 /*----------------------------------------------------------------------------
168 ; FUNCTION CODE
169 ----------------------------------------------------------------------------*/
170