Commit f05da3ad authored by fotopoulou's avatar fotopoulou
Browse files

better minimum threshold

parent 13cba6ed
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1052,7 +1052,7 @@ void stereo_dft_enc_compute_itd(

    /*calculate total cohSNR for frame in dB*/
#ifdef FIX_BASOP_812_NAN_COHSNR
    if ( mEr > 0 )
    if ( mEr > 1.0f )
    {
#endif
        cohSNR = 20 * log10f( mEr );