Loading lib_dec/ivas_masa_dec.c +1 −2 Original line number Diff line number Diff line Loading @@ -1094,7 +1094,7 @@ ivas_error ivas_masa_dec_reconfigure( Decoder_State **sts; int32_t ivas_total_brate, last_ivas_total_brate; #ifdef FIX_417_TD_DECORR_BRATE_SW int16_t nchan_transport_old, numCldfbAnalyses_old, numCldfbSyntheses_old; int16_t numCldfbAnalyses_old, numCldfbSyntheses_old; #endif ivas_error error; Loading @@ -1104,7 +1104,6 @@ ivas_error ivas_masa_dec_reconfigure( last_ivas_total_brate = st_ivas->hDecoderConfig->last_ivas_total_brate; #ifdef FIX_417_TD_DECORR_BRATE_SW nchan_transport_old = st_ivas->nchan_transport; ivas_init_dec_get_num_cldfb_instances( st_ivas, &numCldfbAnalyses_old, &numCldfbSyntheses_old ); #endif Loading lib_rend/ivas_dirac_dec_binaural_functions.c +0 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,6 @@ ivas_error ivas_dirac_dec_init_binaural_data( if ( ( error = ivas_td_decorr_reconfig_dec( st_ivas->ivas_format, st_ivas->hDecoderConfig->ivas_total_brate, st_ivas->nchan_transport, st_ivas->hDecoderConfig->output_Fs, &( hBinaural->hTdDecorr ), &( hBinaural->useTdDecorr ) ) ) != IVAS_ERR_OK ) { return error; } #else Loading Loading
lib_dec/ivas_masa_dec.c +1 −2 Original line number Diff line number Diff line Loading @@ -1094,7 +1094,7 @@ ivas_error ivas_masa_dec_reconfigure( Decoder_State **sts; int32_t ivas_total_brate, last_ivas_total_brate; #ifdef FIX_417_TD_DECORR_BRATE_SW int16_t nchan_transport_old, numCldfbAnalyses_old, numCldfbSyntheses_old; int16_t numCldfbAnalyses_old, numCldfbSyntheses_old; #endif ivas_error error; Loading @@ -1104,7 +1104,6 @@ ivas_error ivas_masa_dec_reconfigure( last_ivas_total_brate = st_ivas->hDecoderConfig->last_ivas_total_brate; #ifdef FIX_417_TD_DECORR_BRATE_SW nchan_transport_old = st_ivas->nchan_transport; ivas_init_dec_get_num_cldfb_instances( st_ivas, &numCldfbAnalyses_old, &numCldfbSyntheses_old ); #endif Loading
lib_rend/ivas_dirac_dec_binaural_functions.c +0 −1 Original line number Diff line number Diff line Loading @@ -278,7 +278,6 @@ ivas_error ivas_dirac_dec_init_binaural_data( if ( ( error = ivas_td_decorr_reconfig_dec( st_ivas->ivas_format, st_ivas->hDecoderConfig->ivas_total_brate, st_ivas->nchan_transport, st_ivas->hDecoderConfig->output_Fs, &( hBinaural->hTdDecorr ), &( hBinaural->useTdDecorr ) ) ) != IVAS_ERR_OK ) { return error; } #else Loading