www.pudn.com > CryptoPhone-src-031122.zip > lsftable.h


/* Copyright 2001,2002,2003 NAH6 
 * All Rights Reserved 
 * 
 * Parts Copyright DoD, Parts Copyright Starium 
 * 
 */ 
/*======================================================================== 
c 
c		line spectral frequency quantization tables 
c 
c************************************************************************/ 
 
int LSFTable[LSFTABLE_LENGTH][LSFTABLE_WIDTH] = { 
 
	/*  First  */ 
       	100, 170, 225, 250, 280, 340, 420, 500,  
	0, 0, 0, 0, 0, 0, 0, 0, 
 
	/*  Second */ 
        210, 235, 265, 295, 325, 360, 400, 440,  
        480, 520, 560, 610, 670, 740, 810, 880, 
 
	/*  Third */ 
        420, 460, 500, 540, 585, 640, 705, 775,  
        850, 950, 1050, 1150, 1250, 1350, 1450, 1550, 
 
	/*  Fourth */ 
        620, 660, 720, 795, 880, 970, 1080, 1170, 
        1270, 1370, 1470, 1570, 1670, 1770, 1870, 1970,   
 
	/*  Fifth */ 
        1000, 1050, 1130, 1210, 1285, 1350, 1430, 1510, 
        1590, 1670, 1750, 1850, 1950, 2050, 2150, 2250, 
 
	/*  Sixth */ 
        1470, 1570, 1690, 1830, 2000, 2200, 2400, 2600, 
	0, 0, 0, 0, 0, 0, 0, 0, 
 
	/*  Seventh */ 
        1800, 1880, 1960, 2100, 2300, 2480, 2700, 2900, 
	0, 0, 0, 0, 0, 0, 0, 0, 
 
	/*  Eighth */ 
        2225, 2400, 2525, 2650, 2800, 2950, 3150, 3350, 
	0, 0, 0, 0, 0, 0, 0, 0, 
 
	/*  Ninth */ 
        2760, 2880, 3000, 3100, 3200, 3310, 3430, 3550, 
	0, 0, 0, 0, 0, 0, 0, 0, 
 
	/*  Tenth */ 
        3190, 3270, 3350, 3420, 3490, 3590, 3710, 3830, 
	0, 0, 0, 0, 0, 0, 0, 0 
};