mmlibs/mmfw/Codecs/Inc/Gsm610CodecCommon/tables.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:56:28 +0300
changeset 15 c1e808730d6c
parent 0 40261b775718
permissions -rw-r--r--
Revision: 201018 Kit: 201018

// 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
	};