Ignore:
Timestamp:
10/12/06 19:03:11 (18 years ago)
Author:
r2d
Message:
  • removed FASTMATH stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/libmpcpsy/psy.c

    r71 r74  
    5656
    5757#include "libmpcpsy.h"
    58 #include "fastmath.h"
    5958#include "datatypes.h"
    6059#include "minimax.h"
     60#include "mpcmath.h"
    6161
    6262// psy_tab.c
     
    10501050    SMRTyp   SMR0;
    10511051    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;
    10541054    float    factorLTQ  = 1.f;                                  // Offset after variable LTQ
    10551055
     
    11101110    PowSpec256 ( &data->L[432+SHORTFFT_OFFSET], F_256[3] );
    11111111    // calculate short Threshold
    1112     CalcShortThreshold ( m, F_256, m->ShortThr, shortThr_L, pre_erg_L, TransientL );
     1112        CalcShortThreshold ( m, F_256, m->ShortThr, shortThr_L, pre_erg_L, TransientL );
    11131113
    11141114    // calculate four short FFTs (right)
Note: See TracChangeset for help on using the changeset viewer.