Loading lib_debug/snr.c +2 −1 Original line number Diff line number Diff line Loading @@ -84,6 +84,7 @@ static float mem_synth_snr[MAX_INPUT_CHANNELS][M]; here we do not want to include prot.h due to its dependencies *--------------------------------------------------------------------*/ #ifdef DEBUG_MODE_INFO static void set_f( float y[], /* i/o: Vector to set */ const float a, /* i : Value to set the vector to */ Loading @@ -99,7 +100,7 @@ static void set_f( return; } #endif static float sum2_f( const float *vec, /* i : input vector */ Loading Loading
lib_debug/snr.c +2 −1 Original line number Diff line number Diff line Loading @@ -84,6 +84,7 @@ static float mem_synth_snr[MAX_INPUT_CHANNELS][M]; here we do not want to include prot.h due to its dependencies *--------------------------------------------------------------------*/ #ifdef DEBUG_MODE_INFO static void set_f( float y[], /* i/o: Vector to set */ const float a, /* i : Value to set the vector to */ Loading @@ -99,7 +100,7 @@ static void set_f( return; } #endif static float sum2_f( const float *vec, /* i : input vector */ Loading