1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmlibs/mmfw/Codecs/Inc/Gsm610CodecCommon/tables.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,129 @@
1.4 +// Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +const int2 A[] =
1.20 + {
1.21 + 20480,
1.22 + 20480,
1.23 + 20480,
1.24 + 20480,
1.25 + 13964,
1.26 + 15360,
1.27 + 8534,
1.28 + 9036
1.29 + };
1.30 +
1.31 +const int2 B[] =
1.32 + {
1.33 + 0,
1.34 + 0,
1.35 + 2048,
1.36 + -2560,
1.37 + 94,
1.38 + -1792,
1.39 + -341,
1.40 + -1144
1.41 + };
1.42 +
1.43 +const int2 MAC[] =
1.44 + {
1.45 + 31,
1.46 + 31,
1.47 + 15,
1.48 + 15,
1.49 + 7,
1.50 + 7,
1.51 + 3,
1.52 + 3
1.53 + };
1.54 +
1.55 +const int2 MIC[] =
1.56 + {
1.57 + -32,
1.58 + -32,
1.59 + -16,
1.60 + -16,
1.61 + -8,
1.62 + -8,
1.63 + -4,
1.64 + -4
1.65 + };
1.66 +
1.67 +const int2 INVA[] =
1.68 + {
1.69 + 13107,
1.70 + 13107,
1.71 + 13107,
1.72 + 13107,
1.73 + 19223,
1.74 + 17476,
1.75 + 31454,
1.76 + 29708
1.77 + };
1.78 +
1.79 +const int2 DLB[] =
1.80 + {
1.81 + 6554,
1.82 + 16384,
1.83 + 26214,
1.84 + 32767
1.85 + };
1.86 +
1.87 +const int2 QLB[] =
1.88 + {
1.89 + 3277,
1.90 + 11469,
1.91 + 21299,
1.92 + 32767
1.93 + };
1.94 +
1.95 +const int2 H[] =
1.96 + {
1.97 + -134,
1.98 + -374,
1.99 + 0,
1.100 + 2054,
1.101 + 5741,
1.102 + 8192,
1.103 + 5741,
1.104 + 2054,
1.105 + 0,
1.106 + -374,
1.107 + -134
1.108 + };
1.109 +
1.110 +const int2 NRFAC[] =
1.111 + {
1.112 + 29128,
1.113 + 26215,
1.114 + 23832,
1.115 + 21846,
1.116 + 20165,
1.117 + 18725,
1.118 + 17476,
1.119 + 16384
1.120 + };
1.121 +
1.122 +const int2 FAC[] =
1.123 + {
1.124 + 18431,
1.125 + 20479,
1.126 + 22527,
1.127 + 24575,
1.128 + 26623,
1.129 + 28671,
1.130 + 30719,
1.131 + 32767
1.132 + };