Loading lib_dec/ivas_sba_dec.c +2 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,8 @@ ivas_error ivas_sba_dec_reconfigure( { #endif int16_t sba_order_internal; SPAR_DEC_HANDLE hSpar = st_ivas->hSpar; SPAR_DEC_HANDLE hSpar; hSpar = st_ivas->hSpar; sba_order_internal = min( st_ivas->sba_analysis_order, IVAS_MAX_SBA_ORDER ); Loading lib_dec/ivas_sba_dirac_stereo_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -879,7 +879,7 @@ void ivas_sba_dirac_stereo_dec( /* DFT Stereo upmix */ stereo_dft_dec( hStereoDft, hCPE->hCoreCoder[0], DFT, NULL, NULL, 1 /*st_ivas->sba_dirac_stereo_flag*/, sba_mono_flag, ( st_ivas->hSpar != NULL && !mcmasa ) ? st_ivas->hSpar->hMdDec : 0, ( st_ivas->hSpar != NULL && !mcmasa ) ? st_ivas->hSpar->hMdDec : NULL, ( st_ivas->hSpar != NULL && !mcmasa ) ? st_ivas->hSpar->hFbMixer->cross_fade_start_offset : 0, st_ivas->hDecoderConfig->output_Fs, st_ivas->nchan_transport ); Loading Loading
lib_dec/ivas_sba_dec.c +2 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,8 @@ ivas_error ivas_sba_dec_reconfigure( { #endif int16_t sba_order_internal; SPAR_DEC_HANDLE hSpar = st_ivas->hSpar; SPAR_DEC_HANDLE hSpar; hSpar = st_ivas->hSpar; sba_order_internal = min( st_ivas->sba_analysis_order, IVAS_MAX_SBA_ORDER ); Loading
lib_dec/ivas_sba_dirac_stereo_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -879,7 +879,7 @@ void ivas_sba_dirac_stereo_dec( /* DFT Stereo upmix */ stereo_dft_dec( hStereoDft, hCPE->hCoreCoder[0], DFT, NULL, NULL, 1 /*st_ivas->sba_dirac_stereo_flag*/, sba_mono_flag, ( st_ivas->hSpar != NULL && !mcmasa ) ? st_ivas->hSpar->hMdDec : 0, ( st_ivas->hSpar != NULL && !mcmasa ) ? st_ivas->hSpar->hMdDec : NULL, ( st_ivas->hSpar != NULL && !mcmasa ) ? st_ivas->hSpar->hFbMixer->cross_fade_start_offset : 0, st_ivas->hDecoderConfig->output_Fs, st_ivas->nchan_transport ); Loading