Loading lib_enc/fd_cng_enc_fx.c +2 −8 Original line number Diff line number Diff line Loading @@ -1947,12 +1947,6 @@ void perform_noise_estimation_enc_fx( Word16 element_mode /* i : is element EVS or IVAS */ ) { if ( EQ_16( element_mode, EVS_MONO ) ) { (void) input_Fs; (void) hCPE; } Word16 i, j, s, s1, s2; Word16 numBands; Word16 nFFTpart = hFdCngEnc->hFdCngCom->nFFTpart; /* Q0 */ Loading Loading @@ -2086,7 +2080,7 @@ void perform_noise_estimation_enc_fx( &msPeriodog_fx[nFFTpart], &hFdCngEnc->msPeriodog_fx_exp_cldfb ); ///* find common exponent for fft part and cldfb part of msperiodog */ /* find common exponent for fft part and cldfb part of msperiodog */ s1 = L_norm_arr( msPeriodog_fx, nFFTpart ); s2 = L_norm_arr( &msPeriodog_fx[nFFTpart], nCLDFBpart ); Loading Loading
lib_enc/fd_cng_enc_fx.c +2 −8 Original line number Diff line number Diff line Loading @@ -1947,12 +1947,6 @@ void perform_noise_estimation_enc_fx( Word16 element_mode /* i : is element EVS or IVAS */ ) { if ( EQ_16( element_mode, EVS_MONO ) ) { (void) input_Fs; (void) hCPE; } Word16 i, j, s, s1, s2; Word16 numBands; Word16 nFFTpart = hFdCngEnc->hFdCngCom->nFFTpart; /* Q0 */ Loading Loading @@ -2086,7 +2080,7 @@ void perform_noise_estimation_enc_fx( &msPeriodog_fx[nFFTpart], &hFdCngEnc->msPeriodog_fx_exp_cldfb ); ///* find common exponent for fft part and cldfb part of msperiodog */ /* find common exponent for fft part and cldfb part of msperiodog */ s1 = L_norm_arr( msPeriodog_fx, nFFTpart ); s2 = L_norm_arr( &msPeriodog_fx[nFFTpart], nCLDFBpart ); Loading