Loading lib_dec/lib_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -4698,6 +4698,10 @@ static ivas_error evs_dec_main( mvs2r( pcm_buf_local, p_output[ch], nOutSamples ); } } else // ToDo: the 'else' branch can be removed once UNIFIED_DECODING_PATHS_LEFTOVERS is merged { ivas_jbm_dec_copy_tc_no_tsm( st_ivas, p_output, nOutSamples ); } #else if ( !st_ivas->hDecoderConfig->Opt_tsm ) { Loading Loading
lib_dec/lib_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -4698,6 +4698,10 @@ static ivas_error evs_dec_main( mvs2r( pcm_buf_local, p_output[ch], nOutSamples ); } } else // ToDo: the 'else' branch can be removed once UNIFIED_DECODING_PATHS_LEFTOVERS is merged { ivas_jbm_dec_copy_tc_no_tsm( st_ivas, p_output, nOutSamples ); } #else if ( !st_ivas->hDecoderConfig->Opt_tsm ) { Loading