Loading lib_dec/ivas_jbm_dec.c +4 −1 Original line number Diff line number Diff line Loading @@ -2411,7 +2411,10 @@ ivas_error ivas_jbm_dec_tc_buffer_reconfigure( #endif /* realloc buffers */ if ( hTcBuffer->tc_buffer ) { free( hTcBuffer->tc_buffer ); } if ( st_ivas->hDecoderConfig->Opt_tsm ) { n_samp_full = ( NS2SA( st_ivas->hDecoderConfig->output_Fs, MAX_JBM_L_FRAME_NS ) + hTcBuffer->n_samples_granularity - 1 ); Loading Loading
lib_dec/ivas_jbm_dec.c +4 −1 Original line number Diff line number Diff line Loading @@ -2411,7 +2411,10 @@ ivas_error ivas_jbm_dec_tc_buffer_reconfigure( #endif /* realloc buffers */ if ( hTcBuffer->tc_buffer ) { free( hTcBuffer->tc_buffer ); } if ( st_ivas->hDecoderConfig->Opt_tsm ) { n_samp_full = ( NS2SA( st_ivas->hDecoderConfig->output_Fs, MAX_JBM_L_FRAME_NS ) + hTcBuffer->n_samples_granularity - 1 ); Loading