mmlibs/mmfw/Codecs/Inc/Gsm610CodecCommon/tables.h
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 const int2 A[] = 
       
    17 	{
       
    18 	20480,
       
    19 	20480,
       
    20 	20480,
       
    21 	20480,
       
    22 	13964,
       
    23 	15360,
       
    24 	8534,
       
    25 	9036
       
    26 	};
       
    27 
       
    28 const int2 B[] = 
       
    29 	{
       
    30 	0,
       
    31 	0,
       
    32 	2048,
       
    33 	-2560,
       
    34 	94,
       
    35 	-1792,
       
    36 	-341,
       
    37 	-1144
       
    38 	};
       
    39 
       
    40 const int2 MAC[] = 
       
    41 	{
       
    42 	31,
       
    43 	31,
       
    44 	15,
       
    45 	15,
       
    46 	7,
       
    47 	7,
       
    48 	3,
       
    49 	3
       
    50 	};
       
    51 
       
    52 const int2 MIC[] = 
       
    53 	{
       
    54 	-32,
       
    55 	-32,
       
    56 	-16,
       
    57 	-16,
       
    58 	-8,
       
    59 	-8,
       
    60 	-4,
       
    61 	-4
       
    62 	};
       
    63 
       
    64 const int2 INVA[] = 
       
    65 	{
       
    66 	13107,
       
    67 	13107,
       
    68 	13107,
       
    69 	13107,
       
    70 	19223,
       
    71 	17476,
       
    72 	31454,
       
    73 	29708
       
    74 	};
       
    75 
       
    76 const int2 DLB[] = 
       
    77 	{
       
    78 	6554,
       
    79 	16384,
       
    80 	26214,
       
    81 	32767
       
    82 	};
       
    83 
       
    84 const int2 QLB[] = 
       
    85 	{
       
    86 	3277,
       
    87 	11469,
       
    88 	21299,
       
    89 	32767
       
    90 	};
       
    91 
       
    92 const int2 H[] = 
       
    93 	{
       
    94 	-134,
       
    95 	-374,
       
    96 	0,
       
    97 	2054,
       
    98 	5741,
       
    99 	8192,
       
   100 	5741,
       
   101 	2054,
       
   102 	0,
       
   103 	-374,
       
   104 	-134
       
   105 	};
       
   106 
       
   107 const int2 NRFAC[] = 
       
   108 	{
       
   109 	29128,
       
   110 	26215,
       
   111 	23832,
       
   112 	21846,
       
   113 	20165,
       
   114 	18725,
       
   115 	17476,
       
   116 	16384
       
   117 	};
       
   118 
       
   119 const int2 FAC[] = 
       
   120 	{
       
   121 	18431,
       
   122 	20479,
       
   123 	22527,
       
   124 	24575,
       
   125 	26623,
       
   126 	28671,
       
   127 	30719,
       
   128 	32767
       
   129 	};