Commit 234f74d2 authored by multrus's avatar multrus
Browse files

Merge branch '451-revision-of-todo-comments-icbwe' into 'main'

Resolve "Revision of ToDo comments"

See merge request !881
parents daefcdc5 6d197de5
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ static void interpTargetChannel(
        return;
    }

    /* IVAS-220: QCToDo: (check N for dependency on the inputFs) */
    N = L_shift_adapt;
    factor = ( (float) N ) / abs( d );
    interp_factor2 = factor / INTERP_FACTOR1;
+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;