Commit 6eba8b43 authored by vaclav's avatar vaclav
Browse files

remove outdated TODO comments

parent c1a7b6bf
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2430,7 +2430,6 @@ static ivas_error decodeG192(
#ifdef WMOPS
        if ( vec_pos_update == 0 )
        {
            // update_mem(); TODO: verify this
            update_wmops();
            update_mem();
#ifdef MEM_COUNT_DETAILS
+1 −1
Original line number Diff line number Diff line
@@ -1995,8 +1995,8 @@ void ivas_binRenderer(
                    Quaternions_abs.y = Quaternions_abs.y + Quaternions_rel.y;
                    Quaternions_abs.z = Quaternions_abs.z + Quaternions_rel.z;


                    QuatToRotMat( Quaternions_rel, Rmat_local );

                    if ( hBinRenderer->hInputSetup->is_loudspeaker_setup )
                    {
                        rotateFrame_sd_cldfb( Rmat_local, RealBuffer, ImagBuffer, hBinRenderer->hInputSetup, hBinRenderer->hEFAPdata, numTimeSlots, hBinRenderer->conv_band );
+1 −1
Original line number Diff line number Diff line
@@ -267,7 +267,7 @@ ivas_error ivas_sba_dec_reconfigure(
    if ( ism_mode_old != ISM_SBA_MODE_DISC )
#endif
    {
        if ( st_ivas->hDirAC == NULL && st_ivas->hSpar != NULL ) // ToDo; this never happens
        if ( st_ivas->hDirAC == NULL && st_ivas->hSpar != NULL )
        {
            st_ivas->hTcBuffer->num_slots = st_ivas->hSpar->num_slots;
            st_ivas->hTcBuffer->nb_subframes = st_ivas->hSpar->nb_subframes;
+1 −1
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ void core_switching_pre_enc(
        /* reset BWE memories */
        if ( st->hBWE_TD != NULL )
        {
            set_f( st->hBWE_FD->old_syn_12k8_16k, 0, NS2SA( 16000, DELAY_FD_BWE_ENC_NS ) ); /* TODO - TBV: this might not be needed */
            set_f( st->hBWE_FD->old_syn_12k8_16k, 0, NS2SA( 16000, DELAY_FD_BWE_ENC_NS ) );
        }
    }