Loading lib_dec/ivas_mc_param_dec_fx.c +6 −6 Original line number Diff line number Diff line Loading @@ -1732,11 +1732,11 @@ void ivas_param_mc_dec_prepare_renderer( ) { PARAM_MC_DEC_HANDLE hParamMC; int16_t i; int16_t is_next_band, skip_next_band; int16_t slot_idx, param_band_idx; int16_t nchan_transport, nchan_out_transport, nchan_out_cldfb; int16_t nchan_out_cov; Word16 i; Word16 is_next_band, skip_next_band; Word16 slot_idx, param_band_idx; Word16 nchan_transport, nchan_out_transport, nchan_out_cldfb; Word16 nchan_out_cov; /*CLDFB*/ Word32 *pCx, *pCx_imag; Word32 cx_fx[PARAM_MC_MAX_TRANSPORT_CHANS * PARAM_MC_MAX_TRANSPORT_CHANS]; // Q(31 - cx_e) Loading @@ -1753,7 +1753,7 @@ void ivas_param_mc_dec_prepare_renderer( Word16 max_e; /* format converter */ int16_t channel_active[MAX_OUTPUT_CHANNELS]; Word16 channel_active[MAX_OUTPUT_CHANNELS]; IVAS_OUTPUT_SETUP *hSynthesisOutputSetup; hParamMC = st_ivas->hParamMC; Loading Loading
lib_dec/ivas_mc_param_dec_fx.c +6 −6 Original line number Diff line number Diff line Loading @@ -1732,11 +1732,11 @@ void ivas_param_mc_dec_prepare_renderer( ) { PARAM_MC_DEC_HANDLE hParamMC; int16_t i; int16_t is_next_band, skip_next_band; int16_t slot_idx, param_band_idx; int16_t nchan_transport, nchan_out_transport, nchan_out_cldfb; int16_t nchan_out_cov; Word16 i; Word16 is_next_band, skip_next_band; Word16 slot_idx, param_band_idx; Word16 nchan_transport, nchan_out_transport, nchan_out_cldfb; Word16 nchan_out_cov; /*CLDFB*/ Word32 *pCx, *pCx_imag; Word32 cx_fx[PARAM_MC_MAX_TRANSPORT_CHANS * PARAM_MC_MAX_TRANSPORT_CHANS]; // Q(31 - cx_e) Loading @@ -1753,7 +1753,7 @@ void ivas_param_mc_dec_prepare_renderer( Word16 max_e; /* format converter */ int16_t channel_active[MAX_OUTPUT_CHANNELS]; Word16 channel_active[MAX_OUTPUT_CHANNELS]; IVAS_OUTPUT_SETUP *hSynthesisOutputSetup; hParamMC = st_ivas->hParamMC; Loading