Loading lib_dec/ivas_corecoder_dec_reconfig.c +2 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,8 @@ ivas_error ivas_corecoder_dec_reconfig( #ifdef SBA_BR_SWITCHING_RECONFIG st_ivas->hCPE[st_ivas->nCPE - 1]->hStereoMdct->IGFStereoMode[0] = -1; st_ivas->hCPE[st_ivas->nCPE - 1]->hStereoMdct->IGFStereoMode[1] = -1; st_ivas->hCPE[st_ivas->nCPE - 1]->hStereoMdct->mdct_stereo_mode[0] = SMDCT_DUAL_MONO; st_ivas->hCPE[st_ivas->nCPE - 1]->hStereoMdct->mdct_stereo_mode[1] = SMDCT_DUAL_MONO; #endif for ( n = 0; n < CPE_CHANNELS; n++ ) { Loading Loading
lib_dec/ivas_corecoder_dec_reconfig.c +2 −0 Original line number Diff line number Diff line Loading @@ -251,6 +251,8 @@ ivas_error ivas_corecoder_dec_reconfig( #ifdef SBA_BR_SWITCHING_RECONFIG st_ivas->hCPE[st_ivas->nCPE - 1]->hStereoMdct->IGFStereoMode[0] = -1; st_ivas->hCPE[st_ivas->nCPE - 1]->hStereoMdct->IGFStereoMode[1] = -1; st_ivas->hCPE[st_ivas->nCPE - 1]->hStereoMdct->mdct_stereo_mode[0] = SMDCT_DUAL_MONO; st_ivas->hCPE[st_ivas->nCPE - 1]->hStereoMdct->mdct_stereo_mode[1] = SMDCT_DUAL_MONO; #endif for ( n = 0; n < CPE_CHANNELS; n++ ) { Loading