mmlibs/mmfw/Codecs/Inc/Gsm610CodecCommon/tables.h
author Tapani Kanerva <tapani.kanerva@nice.fi>
Tue, 16 Nov 2010 14:11:25 +0200
branchRCL_3
changeset 67 b35006be8823
parent 0 40261b775718
permissions -rw-r--r--
Bug 3673 - Seeking via grabbing the Music Player progress bar does not work.

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