Loading lib_dec/ivas_jbm_dec_fx.c +3 −4 Original line number Diff line number Diff line Loading @@ -4744,7 +4744,6 @@ void ivas_dec_prepare_renderer_fx( IF( EQ_16( st_ivas->ism_mode, ISM_MASA_MODE_DISC ) && EQ_16( st_ivas->renderer_type, RENDERER_BINAURAL_PARAMETRIC ) ) { #ifdef OMASA_OBJECT_EDITING v_multc_fx_16( st_ivas->hTcBuffer->tc_fx[CPE_CHANNELS + n], OMASA_TDREND_MATCHING_GAIN_FX, st_ivas->hTcBuffer->tc_fx[CPE_CHANNELS + n], st_ivas->hTcBuffer->n_samples_available ); IF( st_ivas->hMasaIsmData->ism_gain_is_edited[n] ) Loading Loading @@ -4792,9 +4791,9 @@ void ivas_dec_prepare_renderer_fx( move16(); Word16 nchan_out_transport = add( st_ivas->hTransSetup.nchan_out_woLFE, st_ivas->hTransSetup.num_lfe ); Word16 nchan_out_cov; test(); test(); IF( EQ_16( st_ivas->renderer_type, RENDERER_BINAURAL_FASTCONV ) || EQ_16( st_ivas->renderer_type, RENDERER_BINAURAL_FASTCONV_ROOM ) ) { nchan_out_cov = add( st_ivas->hTransSetup.nchan_out_woLFE, st_ivas->hTransSetup.num_lfe ); Loading Loading
lib_dec/ivas_jbm_dec_fx.c +3 −4 Original line number Diff line number Diff line Loading @@ -4744,7 +4744,6 @@ void ivas_dec_prepare_renderer_fx( IF( EQ_16( st_ivas->ism_mode, ISM_MASA_MODE_DISC ) && EQ_16( st_ivas->renderer_type, RENDERER_BINAURAL_PARAMETRIC ) ) { #ifdef OMASA_OBJECT_EDITING v_multc_fx_16( st_ivas->hTcBuffer->tc_fx[CPE_CHANNELS + n], OMASA_TDREND_MATCHING_GAIN_FX, st_ivas->hTcBuffer->tc_fx[CPE_CHANNELS + n], st_ivas->hTcBuffer->n_samples_available ); IF( st_ivas->hMasaIsmData->ism_gain_is_edited[n] ) Loading Loading @@ -4792,9 +4791,9 @@ void ivas_dec_prepare_renderer_fx( move16(); Word16 nchan_out_transport = add( st_ivas->hTransSetup.nchan_out_woLFE, st_ivas->hTransSetup.num_lfe ); Word16 nchan_out_cov; test(); test(); IF( EQ_16( st_ivas->renderer_type, RENDERER_BINAURAL_FASTCONV ) || EQ_16( st_ivas->renderer_type, RENDERER_BINAURAL_FASTCONV_ROOM ) ) { nchan_out_cov = add( st_ivas->hTransSetup.nchan_out_woLFE, st_ivas->hTransSetup.num_lfe ); Loading