Commit 1e53e736 authored by multrus's avatar multrus
Browse files

Merge branch '1672_ref_portFlpMr1722_Comilation_DEBUG_MODE_DFT' into 'ivas-float-update'

Port flp MR1722 to ivas-float-update - Code doesn't compile with DEBUG_MODE_DFT active

See merge request !2322
parents a976ad4a b193e3bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3299,7 +3299,7 @@ static float stereo_dft_calc_mean_ipd_change(
    ipd_mean_change /= gipd_band_max;

#ifdef DEBUG_MODE_DFT
    // dbgwrite( ipd_change, sizeof( float ), hStereoDft->gipd_band_max, 1, "res/stereo_dft_ipd_change.pcm" );
    dbgwrite( ipd_change, sizeof( float ), gipd_band_max, 1, "res/stereo_dft_ipd_change.pcm" );
    dbgwrite( &ipd_mean_change, sizeof( float ), 1, 1, "res/stereo_dft_ipd_mean_change.pcm" );
#endif