Loading lib_dec/ivas_cpe_dec.c 100644 → 100755 +4 −0 Original line number Diff line number Diff line Loading @@ -731,7 +731,11 @@ ivas_error create_cpe_dec( * DFT stereo initialization *-----------------------------------------------------------------*/ #ifdef DFT_STEREO_SPAR_MIXING if ( hCPE->element_mode == IVAS_CPE_DFT || ( st_ivas->sba_dirac_stereo_flag && hCPE->cpe_id == 0 ) ) #else if ( hCPE->element_mode == IVAS_CPE_DFT || st_ivas->sba_dirac_stereo_flag ) #endif { if ( ( error = stereo_dft_dec_create( &( hCPE->hStereoDft ), hCPE->element_brate, output_Fs, st_ivas->sba_dirac_stereo_flag #ifdef DFT_STEREO_SPAR_MIXING Loading Loading
lib_dec/ivas_cpe_dec.c 100644 → 100755 +4 −0 Original line number Diff line number Diff line Loading @@ -731,7 +731,11 @@ ivas_error create_cpe_dec( * DFT stereo initialization *-----------------------------------------------------------------*/ #ifdef DFT_STEREO_SPAR_MIXING if ( hCPE->element_mode == IVAS_CPE_DFT || ( st_ivas->sba_dirac_stereo_flag && hCPE->cpe_id == 0 ) ) #else if ( hCPE->element_mode == IVAS_CPE_DFT || st_ivas->sba_dirac_stereo_flag ) #endif { if ( ( error = stereo_dft_dec_create( &( hCPE->hStereoDft ), hCPE->element_brate, output_Fs, st_ivas->sba_dirac_stereo_flag #ifdef DFT_STEREO_SPAR_MIXING Loading