Loading lib_dec/ivas_mct_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,7 @@ ivas_error ivas_mct_dec( #ifdef NONBE_FIX_1087_OOB_SBA_DTX_RS /* in case of switching from an SID frame (with ACELP core) to MCT, buffer of 1200 samples is needed -> use synth[] as a temporary buffer */ /* the pointers are moved back when calling ivas_mdct_core_reconstruct() */ if ( st_ivas->hCPE[0]->hCoreCoder[0]->last_core == ACELP_CORE ) { for ( n = 0; n < CPE_CHANNELS; n++ ) Loading Loading
lib_dec/ivas_mct_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,7 @@ ivas_error ivas_mct_dec( #ifdef NONBE_FIX_1087_OOB_SBA_DTX_RS /* in case of switching from an SID frame (with ACELP core) to MCT, buffer of 1200 samples is needed -> use synth[] as a temporary buffer */ /* the pointers are moved back when calling ivas_mdct_core_reconstruct() */ if ( st_ivas->hCPE[0]->hCoreCoder[0]->last_core == ACELP_CORE ) { for ( n = 0; n < CPE_CHANNELS; n++ ) Loading