Commit 105019c1 authored by Jan Kiene's avatar Jan Kiene
Browse files

remove obsolete TODO comments in front vad code

parent 36bbf271
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -176,7 +176,6 @@ ivas_error front_vad(
            /* Preemphasis */
            preemph( hFrontVad->buffer_12k8 + L_FFT / 2, PREEMPH_FAC, L_FRAME, &hFrontVad->mem_preemph );

            /* TODO: this may need adaption if ever using this for MDCT-Stereo (see conditional inside of analy_sp) */
            analy_sp( IVAS_CPE_TD, hCPE, sts[0]->input_Fs, hFrontVad->buffer_12k8 + L_FFT / 2 - 3 * ( L_SUBFR / 2 ), Bin_E, Bin_E_old, fr_bands[n], lf_E[n], &Etot_LR[n], sts[0]->min_band, sts[0]->max_band, band_energies, PS, fft_buffLR );

            /* add up energies for later calculating average of channel energies */
@@ -210,8 +209,6 @@ ivas_error front_vad(
            vad_flag_dtx[0] = vad_flag_dtx[0] || vad_flag_dtx[1];
        }

        /* TODO: if using this for MDCT-Stereo, this may need to be done on both channels? or maybe some more logic is needed */
        /* TODO: do we really need this for VAD only ? */
        if ( sts[0]->hFdCngEnc != NULL )
        {
            resetFdCngEnc( sts[0] );