Changeset 74 for mppenc/branches/r2d/libmpcpsy/psy.c
- Timestamp:
- 10/12/06 19:03:11 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mppenc/branches/r2d/libmpcpsy/psy.c
r71 r74 56 56 57 57 #include "libmpcpsy.h" 58 #include "fastmath.h"59 58 #include "datatypes.h" 60 59 #include "minimax.h" 60 #include "mpcmath.h" 61 61 62 62 // psy_tab.c … … 1050 1050 SMRTyp SMR0; 1051 1051 SMRTyp SMR1; // holds SMR's for first and second Analysis 1052 int isvoc_L ;1053 int isvoc_R ;1052 int isvoc_L = 0; 1053 int isvoc_R = 0; 1054 1054 float factorLTQ = 1.f; // Offset after variable LTQ 1055 1055 … … 1110 1110 PowSpec256 ( &data->L[432+SHORTFFT_OFFSET], F_256[3] ); 1111 1111 // calculate short Threshold 1112 1112 CalcShortThreshold ( m, F_256, m->ShortThr, shortThr_L, pre_erg_L, TransientL ); 1113 1113 1114 1114 // calculate four short FFTs (right)
Note: See TracChangeset
for help on using the changeset viewer.