Changeset 87 for mppenc/branches/zorg/src/psy.c
- Timestamp:
- 11/03/06 01:44:02 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mppenc/branches/zorg/src/psy.c
r46 r87 896 896 #else 897 897 static void 898 CalcShortThreshold ( const floaterg [4] [128],898 CalcShortThreshold ( float erg [4] [128], 899 899 const float ShortThr, 900 900 float* thr, … … 1015 1015 SMRTyp SMR0; 1016 1016 SMRTyp SMR1; // holds SMR's for first and second Analysis 1017 int isvoc_L ;1018 int isvoc_R ;1017 int isvoc_L = 0; 1018 int isvoc_R = 0; 1019 1019 float factorLTQ = 1.f; // Offset after variable LTQ 1020 1020
Note: See TracChangeset
for help on using the changeset viewer.