Loading lib_dec/TonalComponentDetection_fx.c +3 −3 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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 ) ); Loading Loading
lib_dec/TonalComponentDetection_fx.c +3 −3 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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 ) ); Loading