Loading lib_dec/ivas_jbm_dec.c +2 −1 Original line number Diff line number Diff line Loading @@ -2508,7 +2508,8 @@ ivas_error ivas_jbm_dec_tc_buffer_reconfigure( #ifdef FIX_NCHAN_BUFFERS if ( st_ivas->hDecoderConfig->Opt_tsm && num_tc_buffer_mem == CPE_CHANNELS && hTcBuffer->nchan_buffer_full == CPE_CHANNELS ) { mvr2r( tc_buffer_mem, hTcBuffer->tc_buffer, num_tc_buffer_mem * NS2SA( st_ivas->hDecoderConfig->output_Fs, MAX_JBM_L_FRAME_NS ) ); // Note: keep deactivated for the moment to ensure BE results for 'stv' // mvr2r( tc_buffer_mem, hTcBuffer->tc_buffer, num_tc_buffer_mem * NS2SA( st_ivas->hDecoderConfig->output_Fs, MAX_JBM_L_FRAME_NS ) ); } #endif Loading Loading
lib_dec/ivas_jbm_dec.c +2 −1 Original line number Diff line number Diff line Loading @@ -2508,7 +2508,8 @@ ivas_error ivas_jbm_dec_tc_buffer_reconfigure( #ifdef FIX_NCHAN_BUFFERS if ( st_ivas->hDecoderConfig->Opt_tsm && num_tc_buffer_mem == CPE_CHANNELS && hTcBuffer->nchan_buffer_full == CPE_CHANNELS ) { mvr2r( tc_buffer_mem, hTcBuffer->tc_buffer, num_tc_buffer_mem * NS2SA( st_ivas->hDecoderConfig->output_Fs, MAX_JBM_L_FRAME_NS ) ); // Note: keep deactivated for the moment to ensure BE results for 'stv' // mvr2r( tc_buffer_mem, hTcBuffer->tc_buffer, num_tc_buffer_mem * NS2SA( st_ivas->hDecoderConfig->output_Fs, MAX_JBM_L_FRAME_NS ) ); } #endif Loading