Loading lib_enc/ivas_stereo_icbwe_enc.c +1 −3 Original line number Diff line number Diff line Loading @@ -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 ) { Loading Loading @@ -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 ); Loading @@ -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; Loading Loading
lib_enc/ivas_stereo_icbwe_enc.c +1 −3 Original line number Diff line number Diff line Loading @@ -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 ) { Loading Loading @@ -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 ); Loading @@ -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; Loading