Commit 78884755 authored by fotopoulou's avatar fotopoulou
Browse files

remove deactivated code under #if 0

parent aeb35ece
Loading
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -173,15 +173,6 @@ void stereo_mdct_core_enc(
    sts[0]->hTcxEnc->tfm_mem = sts[1]->hTcxEnc->tfm_mem = sqrtf( 0.5f * ( sts[0]->hTcxEnc->tfm_mem * sts[0]->hTcxEnc->tfm_mem + sts[1]->hTcxEnc->tfm_mem * sts[1]->hTcxEnc->tfm_mem ) ); /* RMS */
    sts[0]->hTcxEnc->tcxltp_norm_corr_past = sts[1]->hTcxEnc->tcxltp_norm_corr_past = 0.5f * ( sts[0]->hTcxEnc->tcxltp_norm_corr_past + sts[1]->hTcxEnc->tcxltp_norm_corr_past );


#if 0
    if ( sts[0]->bits_frame_channel + sts[1]->bits_frame_channel - meta_bits < 495 )
    {
        sts[0]->hTranDet->transientDetector.bIsAttackPresent = 0;
        sts[1]->hTranDet->transientDetector.bIsAttackPresent = 0;
    }
#endif

    for ( ch = 0; ch < CPE_CHANNELS; ch++ )
    {
        st = sts[ch];