mmlibs/mmfw/codecs/Inc/Gsm610CodecCommon/tables.h
changeset 0 b8ed18f6c07b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mmlibs/mmfw/codecs/Inc/Gsm610CodecCommon/tables.h	Thu Oct 07 22:34:12 2010 +0100
@@ -0,0 +1,129 @@
+// Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+const int2 A[] = 
+	{
+	20480,
+	20480,
+	20480,
+	20480,
+	13964,
+	15360,
+	8534,
+	9036
+	};
+
+const int2 B[] = 
+	{
+	0,
+	0,
+	2048,
+	-2560,
+	94,
+	-1792,
+	-341,
+	-1144
+	};
+
+const int2 MAC[] = 
+	{
+	31,
+	31,
+	15,
+	15,
+	7,
+	7,
+	3,
+	3
+	};
+
+const int2 MIC[] = 
+	{
+	-32,
+	-32,
+	-16,
+	-16,
+	-8,
+	-8,
+	-4,
+	-4
+	};
+
+const int2 INVA[] = 
+	{
+	13107,
+	13107,
+	13107,
+	13107,
+	19223,
+	17476,
+	31454,
+	29708
+	};
+
+const int2 DLB[] = 
+	{
+	6554,
+	16384,
+	26214,
+	32767
+	};
+
+const int2 QLB[] = 
+	{
+	3277,
+	11469,
+	21299,
+	32767
+	};
+
+const int2 H[] = 
+	{
+	-134,
+	-374,
+	0,
+	2054,
+	5741,
+	8192,
+	5741,
+	2054,
+	0,
+	-374,
+	-134
+	};
+
+const int2 NRFAC[] = 
+	{
+	29128,
+	26215,
+	23832,
+	21846,
+	20165,
+	18725,
+	17476,
+	16384
+	};
+
+const int2 FAC[] = 
+	{
+	18431,
+	20479,
+	22527,
+	24575,
+	26623,
+	28671,
+	30719,
+	32767
+	};