Loading lib_dec/ivas_mc_param_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -1345,6 +1345,7 @@ void ivas_param_mc_dec_digest_tc( float cx_next_band[PARAM_MC_MAX_TRANSPORT_CHANS * PARAM_MC_MAX_TRANSPORT_CHANS]; float cx_imag_next_band[PARAM_MC_MAX_TRANSPORT_CHANS * PARAM_MC_MAX_TRANSPORT_CHANS]; float real_part, imag_part; /* format converter */ int16_t channel_active[MAX_OUTPUT_CHANNELS]; IVAS_OUTPUT_SETUP *hSynthesisOutputSetup; Loading lib_dec/ivas_omasa_dec.c +2 −0 Original line number Diff line number Diff line Loading @@ -705,12 +705,14 @@ void ivas_omasa_dirac_rend_jbm( if ( st_ivas->ism_mode == ISM_MASA_MODE_MASA_ONE_OBJ || st_ivas->ism_mode == ISM_MASA_MODE_PARAM_ONE_OBJ ) { mvr2r( &output_f[CPE_CHANNELS][st_ivas->hTcBuffer->n_samples_rendered], data_separated_objects[0], *nSamplesRendered ); } else { for ( n = 0; n < st_ivas->nchan_ism; n++ ) { mvr2r( &output_f[n + CPE_CHANNELS][st_ivas->hTcBuffer->n_samples_rendered], data_separated_objects[n], *nSamplesRendered ); } } Loading lib_dec/lib_dec.c +0 −2 Original line number Diff line number Diff line Loading @@ -1055,8 +1055,6 @@ ivas_error IVAS_DEC_FeedFrame_Serial( return IVAS_ERR_OK; } #ifdef FIX_CREND_SIMPLIFY_CODE /*---------------------------------------------------------------------* * renderer_type_to_mode() Loading Loading
lib_dec/ivas_mc_param_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -1345,6 +1345,7 @@ void ivas_param_mc_dec_digest_tc( float cx_next_band[PARAM_MC_MAX_TRANSPORT_CHANS * PARAM_MC_MAX_TRANSPORT_CHANS]; float cx_imag_next_band[PARAM_MC_MAX_TRANSPORT_CHANS * PARAM_MC_MAX_TRANSPORT_CHANS]; float real_part, imag_part; /* format converter */ int16_t channel_active[MAX_OUTPUT_CHANNELS]; IVAS_OUTPUT_SETUP *hSynthesisOutputSetup; Loading
lib_dec/ivas_omasa_dec.c +2 −0 Original line number Diff line number Diff line Loading @@ -705,12 +705,14 @@ void ivas_omasa_dirac_rend_jbm( if ( st_ivas->ism_mode == ISM_MASA_MODE_MASA_ONE_OBJ || st_ivas->ism_mode == ISM_MASA_MODE_PARAM_ONE_OBJ ) { mvr2r( &output_f[CPE_CHANNELS][st_ivas->hTcBuffer->n_samples_rendered], data_separated_objects[0], *nSamplesRendered ); } else { for ( n = 0; n < st_ivas->nchan_ism; n++ ) { mvr2r( &output_f[n + CPE_CHANNELS][st_ivas->hTcBuffer->n_samples_rendered], data_separated_objects[n], *nSamplesRendered ); } } Loading
lib_dec/lib_dec.c +0 −2 Original line number Diff line number Diff line Loading @@ -1055,8 +1055,6 @@ ivas_error IVAS_DEC_FeedFrame_Serial( return IVAS_ERR_OK; } #ifdef FIX_CREND_SIMPLIFY_CODE /*---------------------------------------------------------------------* * renderer_type_to_mode() Loading