Changeset 4728 for pjproject/trunk/third_party/ilbc/helpfun.c
- Timestamp:
- Feb 4, 2014 10:13:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/ilbc/helpfun.c
r638 r4728 278 278 ){ 279 279 int k,n,m, Nit=2, change=0,pos; 280 float tmp;280 //float tmp; 281 281 static float eps=(float)0.039; /* 50 Hz */ 282 282 static float eps2=(float)0.0195; … … 294 294 295 295 if (lsf[pos+1]<lsf[pos]) { 296 tmp=lsf[pos+1];296 //tmp=lsf[pos+1]; 297 297 lsf[pos+1]= lsf[pos]+eps2; 298 298 lsf[pos]= lsf[pos+1]-eps2;
Note: See TracChangeset
for help on using the changeset viewer.