Commit 0c0f9d93 authored by Arthur Tritthart's avatar Arthur Tritthart
Browse files

deactivated FIX and DEBUG stuff

parent 99f7595a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@
#include "prot_fx.h"
#include "ivas_prot_fx.h"

#define FIX_ISSUE_1966
#define DEBUG_ISSUE_1966
//#define FIX_ISSUE_1966
//#define DEBUG_ISSUE_1966
#ifdef FIX_ISSUE_1966
#include <math.h>
#include <limits.h>
@@ -589,8 +589,8 @@ static void GetF0(
        BASOP_Util_Divide_MantExp( tmp, 15, *pF0, 5, &nTotalHarmonics, &tmp );
#ifdef DEBUG_ISSUE_1966
        if (tmp != tmp_32) printf("tmp=%d  tmp_32=%d\n", tmp,tmp_32 );
#endif
        assert( tmp == tmp_32 );
#endif
#ifdef DEBUG_ISSUE_1966__
        printf("# frame=%d k2=%f fx16=%f,  \n",
                        frame, k2,     nTotalHarmonics*pow(2.,-15+tmp ) );