Loading lib_dec/ivas_jbm_dec.c +0 −13 Original line number Diff line number Diff line Loading @@ -588,19 +588,6 @@ ivas_error ivas_jbm_dec_tc( ivas_mono_stereo_downmix_mcmasa( st_ivas, p_output, output_frame ); } } else if ( st_ivas->mc_mode == MC_MODE_PARAMUPMIX ) { /* at least decode everything here, the rest is ToDo, for this we just output zeroes atm */ ivas_lfe_dec( st_ivas->hLFE, st, output_frame, st_ivas->bfi, p_output[LFE_CHANNEL] ); ivas_mc_paramupmix_dec_read_BS( st_ivas, st, st_ivas->hMCParamUpmix, &nb_bits_metadata[0] ); if ( ( error = ivas_mct_dec( st_ivas, p_output, output_frame, nb_bits_metadata[0] ) ) != IVAS_ERR_OK ) { return error; } } } /*----------------------------------------------------------------* Loading Loading
lib_dec/ivas_jbm_dec.c +0 −13 Original line number Diff line number Diff line Loading @@ -588,19 +588,6 @@ ivas_error ivas_jbm_dec_tc( ivas_mono_stereo_downmix_mcmasa( st_ivas, p_output, output_frame ); } } else if ( st_ivas->mc_mode == MC_MODE_PARAMUPMIX ) { /* at least decode everything here, the rest is ToDo, for this we just output zeroes atm */ ivas_lfe_dec( st_ivas->hLFE, st, output_frame, st_ivas->bfi, p_output[LFE_CHANNEL] ); ivas_mc_paramupmix_dec_read_BS( st_ivas, st, st_ivas->hMCParamUpmix, &nb_bits_metadata[0] ); if ( ( error = ivas_mct_dec( st_ivas, p_output, output_frame, nb_bits_metadata[0] ) ) != IVAS_ERR_OK ) { return error; } } } /*----------------------------------------------------------------* Loading