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