Commit 724714e2 authored by multrus's avatar multrus
Browse files

some more cleanup

parent bbaba90a
Loading
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -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 */
@@ -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 );