Loading apps/decoder.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading lib_dec/ivas_binRenderer_internal.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ); Loading lib_dec/ivas_sba_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading lib_enc/core_switching_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ) ); } } Loading Loading
apps/decoder.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
lib_dec/ivas_binRenderer_internal.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ); Loading
lib_dec/ivas_sba_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
lib_enc/core_switching_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ) ); } } Loading