Commit 1876a824 authored by thomas dettbarn's avatar thomas dettbarn
Browse files

in ivas_mc_param_enc_fx.c: initialize the proper arrays. In...

in ivas_mc_param_enc_fx.c: initialize the proper arrays. In ivas_dirac_output_synthesis_cov_fx.c: remove the define which was supposed to be set in options.h
parent e534435f
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@

*******************************************************************************************************/

#define MERGE_REQUEST_1564_SPEEDUP_ivas_dirac_dec_output_synthesis_cov_param_mc_synthesise_slot_fx_NONBE

#include <stdint.h>
#include <string.h>
+2 −2
Original line number Diff line number Diff line
@@ -729,8 +729,8 @@ static void ivas_param_mc_param_est_enc_fx(
#ifdef MERGE_REQUEST_1378_SPEEDUP_ivas_mc_param_enc_fx_NONBE
            set64_fx( Cy_sum_imag_64[cur_param_band][ch_idx1], 0, MAX_CICP_CHANNELS );
#else
            set32_fx( Cy_sum_fx[cur_param_band][ch_idx1], 0, MAX_CICP_CHANNELS );
            set16_fx( Cy_sum_e[cur_param_band][ch_idx1], 0, MAX_CICP_CHANNELS );
            set32_fx( Cy_sum_imag_fx[cur_param_band][ch_idx1], 0, MAX_CICP_CHANNELS );
            set16_fx( Cy_sum_imag_e[cur_param_band][ch_idx1], 0, MAX_CICP_CHANNELS );
#endif
        }