Loading lib_dec/ivas_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,14 @@ ivas_error ivas_dec( } } if ( !st_ivas->hDecoderConfig->Opt_tsm ) { for ( n = 0; n < ivas_get_nchan_buffers_dec( st_ivas, st_ivas->sba_analysis_order, st_ivas->hDecoderConfig->ivas_total_brate ); n++ ) { st_ivas->hTcBuffer->tc[n] = st_ivas->p_output_f[n]; } } /*----------------------------------------------------------------* * Decoding + pre-rendering *----------------------------------------------------------------*/ Loading lib_dec/ivas_jbm_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -774,7 +774,6 @@ int16_t ivas_dec_get_num_tc_channels( } if ( st_ivas->ivas_format == SBA_FORMAT ) { if ( num_tc == 3 ) { num_tc++; Loading @@ -801,6 +800,7 @@ int16_t ivas_dec_get_num_tc_channels( { num_tc = CPE_CHANNELS; } #ifdef NONBE_FIX_926_OSBA_DECODER_CRASH_PLANAR_SBA if ( num_tc == 3 ) #else Loading Loading
lib_dec/ivas_dec.c +8 −0 Original line number Diff line number Diff line Loading @@ -96,6 +96,14 @@ ivas_error ivas_dec( } } if ( !st_ivas->hDecoderConfig->Opt_tsm ) { for ( n = 0; n < ivas_get_nchan_buffers_dec( st_ivas, st_ivas->sba_analysis_order, st_ivas->hDecoderConfig->ivas_total_brate ); n++ ) { st_ivas->hTcBuffer->tc[n] = st_ivas->p_output_f[n]; } } /*----------------------------------------------------------------* * Decoding + pre-rendering *----------------------------------------------------------------*/ Loading
lib_dec/ivas_jbm_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -774,7 +774,6 @@ int16_t ivas_dec_get_num_tc_channels( } if ( st_ivas->ivas_format == SBA_FORMAT ) { if ( num_tc == 3 ) { num_tc++; Loading @@ -801,6 +800,7 @@ int16_t ivas_dec_get_num_tc_channels( { num_tc = CPE_CHANNELS; } #ifdef NONBE_FIX_926_OSBA_DECODER_CRASH_PLANAR_SBA if ( num_tc == 3 ) #else Loading