Commit caeb93db authored by malenov's avatar malenov
Browse files

remove the comments IVAS-219: QCToDo:

parent 770da975
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -417,7 +417,6 @@ void stereo_icBWE_enc(
        /* core switching reset */
        if ( st->last_core != ACELP_CORE || st->core != ACELP_CORE || st->bwidth < SWB || st->extl == -1 )
        {
            /* IVAS-219: QCToDo: ICBWEDFT for WB TBV */
            ic_bwe_enc_reset( hStereoICBWE );
            if ( st->core != ACELP_CORE || st->bwidth < SWB || st->input_Fs < 32000 || st->extl == -1 )
            {
@@ -505,7 +504,6 @@ void stereo_icBWE_enc(
        mvr2r( shb_frame_nonref + L_FRAME16k, hStereoICBWE->mem_shb_speech_nonref, L_LOOK_16k );

        /* core switching reset */
        /* IVAS-219: QCToDo: check this "if condition" if IVAS_CPE_TD is needed? */
        if ( st->last_core != ACELP_CORE || st->core != ACELP_CORE || st->bwidth < SWB || st->element_mode != IVAS_CPE_TD || st->extl == -1 )
        {
            ic_bwe_enc_reset( hStereoICBWE );
@@ -517,7 +515,7 @@ void stereo_icBWE_enc(
        }

        /* resets done here. Need to move them to a separate function */
        if ( ( hStereoICBWE->prev_refChanIndx_bwe != hStereoICBWE->refChanIndx_bwe ) || ( st->last_extl != st->extl ) || st->flag_ACELP16k != 1 ) /* IVAS-219: QCToDo: dont reset for SWB<->FB */
        if ( ( hStereoICBWE->prev_refChanIndx_bwe != hStereoICBWE->refChanIndx_bwe ) || ( st->last_extl != st->extl ) || st->flag_ACELP16k != 1 ) 
        {
            hStereoICBWE->prevSpecMapping = 0;
            hStereoICBWE->memShbSpecMapping = 0;