Commit bb31abd9 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

delete resolved comments

parent d448c837
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -355,7 +355,6 @@ ivas_error ivas_dirac_dec_config(
    /* band config needed only for SPAR with FOA output */
    if ( st_ivas->hDecoderConfig->output_config == AUDIO_CONFIG_FOA && st_ivas->sba_mode == SBA_MODE_SPAR
#ifdef HODIRAC
         /*DLB : why is this needed ?*/
         && ivas_total_brate < IVAS_256k
#endif
    )
+0 −1
Original line number Diff line number Diff line
@@ -992,7 +992,6 @@ void ivas_dirac_dec_output_synthesis_process_subframe_gain_shd(
#ifdef HODIRAC
    if ( hodirac_flag )
    {
        // wkr: additional gains for second sector, hard coded to two sectors
        p_cy_cross_dir_smooth = h_dirac_output_synthesis_state.cy_cross_dir_smooth + num_freq_bands * num_channels_dir;
        p_gains_dir = h_dirac_output_synthesis_state.cy_cross_dir_smooth_prev + num_freq_bands * num_channels_dir;

+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ ivas_error ivas_sba_dec_reconfigure(

        if ( nchan_transport_old != ivas_get_sba_num_TCs( ivas_total_brate, sba_order_internal )
#ifdef HODIRAC
             || ( last_ivas_total_brate >= IVAS_512k && ivas_total_brate < IVAS_512k ) || ( last_ivas_total_brate < IVAS_512k && ivas_total_brate >= IVAS_512k ) // TODO: please verify ( 384 kbps not included?)
             || ( last_ivas_total_brate >= IVAS_512k && ivas_total_brate < IVAS_512k ) || ( last_ivas_total_brate < IVAS_512k && ivas_total_brate >= IVAS_512k )
#endif
        )
        {
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ ivas_error ivas_sba_enc_reconfigure(
        }
        if ( nchan_transport_old != st_ivas->nchan_transport
#ifdef HODIRAC
             || ( ivas_total_brate < IVAS_512k && hEncoderConfig->last_ivas_total_brate >= IVAS_512k ) || ( ivas_total_brate >= IVAS_512k && hEncoderConfig->last_ivas_total_brate < IVAS_512k ) // TODO: please verify ( 384 kbps not included?)
             || ( ivas_total_brate < IVAS_512k && hEncoderConfig->last_ivas_total_brate >= IVAS_512k ) || ( ivas_total_brate >= IVAS_512k && hEncoderConfig->last_ivas_total_brate < IVAS_512k )
#endif
        )
        {