Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,6 @@ /* ################### Start FIXES switches ########################### */ #define FIX_BASOP_812_NAN_COHSNR /* FhG: BASOP issue 812: fix nan values in sparse frames for cohSNR value in ITD estimation*/ #define NON_BE_FIX_807_MASA_DTX_BRSW /* Nokia: adds fix to check existence of DTX encoder for secondary channel in TD mode */ #define NON_BE_FIX_BASOP_819_THRESHOLD_MASA2TOTAL /* Nokia: add fix for precision limitation in comparison with masa2total energy ratio threshold */ Loading lib_enc/ivas_stereo_dft_enc_itd.c +0 −4 Original line number Diff line number Diff line Loading @@ -1036,18 +1036,14 @@ void stereo_dft_enc_compute_itd( } /*calculate total cohSNR for frame in dB*/ #ifdef FIX_BASOP_812_NAN_COHSNR if ( mEr > 1.0f ) { #endif cohSNR = 20 * log10f( mEr ); #ifdef FIX_BASOP_812_NAN_COHSNR } else { cohSNR = 0; } #endif /* collect UNCLR classifier parameters */ { Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,6 @@ /* ################### Start FIXES switches ########################### */ #define FIX_BASOP_812_NAN_COHSNR /* FhG: BASOP issue 812: fix nan values in sparse frames for cohSNR value in ITD estimation*/ #define NON_BE_FIX_807_MASA_DTX_BRSW /* Nokia: adds fix to check existence of DTX encoder for secondary channel in TD mode */ #define NON_BE_FIX_BASOP_819_THRESHOLD_MASA2TOTAL /* Nokia: add fix for precision limitation in comparison with masa2total energy ratio threshold */ Loading
lib_enc/ivas_stereo_dft_enc_itd.c +0 −4 Original line number Diff line number Diff line Loading @@ -1036,18 +1036,14 @@ void stereo_dft_enc_compute_itd( } /*calculate total cohSNR for frame in dB*/ #ifdef FIX_BASOP_812_NAN_COHSNR if ( mEr > 1.0f ) { #endif cohSNR = 20 * log10f( mEr ); #ifdef FIX_BASOP_812_NAN_COHSNR } else { cohSNR = 0; } #endif /* collect UNCLR classifier parameters */ { Loading