Loading lib_dec/ivas_dirac_dec.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 ) Loading lib_dec/ivas_dirac_output_synthesis_dec.c +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading lib_dec/ivas_sba_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading lib_enc/ivas_sba_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading Loading
lib_dec/ivas_dirac_dec.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 ) Loading
lib_dec/ivas_dirac_output_synthesis_dec.c +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
lib_dec/ivas_sba_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading
lib_enc/ivas_sba_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading