Commit 66a25ea7 authored by Jan Kiene's avatar Jan Kiene
Browse files

disable bw detector for MDCT-STEREO

parent 483d370c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -679,6 +679,7 @@ void ivas_mdct_core_whitening_enc(
        core_signal_analysis_high_bitrate( new_samples[ch] + L_INP_MEM, T_op[ch], NULL, NULL, st, mdst_spectrum[ch], tnsSize[ch], tnsBits[ch], param_core[ch], &ltpBits[ch], windowedSignal[ch], st->L_frame, st->hTcxEnc->L_frameTCX, hCPE->last_element_mode, 0 );

        /* BWD in MDCT domain */
#if 0
        if ( st->hTcxCfg->tcx_last_overlap_mode != TRANSITION_OVERLAP )
        {
            nSubframes = ( st->hTcxEnc->tcxMode == TCX_20 ) ? 1 : NB_DIV;
@@ -693,6 +694,7 @@ void ivas_mdct_core_whitening_enc(
                }
            }
        }
#endif

        if ( st->last_core == ACELP_CORE ) /* reset past kernel info */
        {