/* codecParameters.h Copyright (C) 2011 Belledonne Communications, Grenoble, France Author : Johan Pascal This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef CODECPARAMETERS_H #define CODECPARAMETERS_H #define L_FRAME 80 /* Frame size. */ #define L_SUBFRAME 40 /* subFrame size. */ #define L_LP_ANALYSIS_WINDOW 240 /* Size of the window used in the LP Analysis */ /******************************************************************************/ /*** LSP coefficients ***/ /******************************************************************************/ /* define each coefficient bit number and range */ #define L0_LENGTH 1 #define L1_LENGTH 7 #define L2_LENGTH 5 #define L3_LENGTH 5 #define L0_RANGE (1<