Loading lib_rend/ivas_dirac_rend_fx.c +0 −8 Original line number Diff line number Diff line Loading @@ -4047,7 +4047,6 @@ static void ivas_masa_ext_dirac_render_sf_fx( Word16 tmp1; Word16 size; Word16 shift; Word16 num_channels_dir; DIRAC_OUTPUT_SYNTHESIS_PARAMS *h_dirac_output_synthesis_params; DIRAC_OUTPUT_SYNTHESIS_STATE *h_dirac_output_synthesis_state; #endif Loading Loading @@ -4135,13 +4134,6 @@ static void ivas_masa_ext_dirac_render_sf_fx( h_dirac_output_synthesis_params = &( hDirACRend->h_output_synthesis_psd_params ); h_dirac_output_synthesis_state = &( hDirACRend->h_output_synthesis_psd_state ); num_channels_dir = hDirACRend->num_outputs_dir; move16(); if ( EQ_32( hDirACRend->synthesisConf, DIRAC_SYNTHESIS_PSD_LS ) ) { num_channels_dir = hDirACRend->hOutSetup.nchan_out_woLFE; move16(); } test(); IF( h_dirac_output_synthesis_params->use_onset_filters && NE_32( hDirACRend->synthesisConf, DIRAC_SYNTHESIS_GAIN_SHD ) ) Loading Loading
lib_rend/ivas_dirac_rend_fx.c +0 −8 Original line number Diff line number Diff line Loading @@ -4047,7 +4047,6 @@ static void ivas_masa_ext_dirac_render_sf_fx( Word16 tmp1; Word16 size; Word16 shift; Word16 num_channels_dir; DIRAC_OUTPUT_SYNTHESIS_PARAMS *h_dirac_output_synthesis_params; DIRAC_OUTPUT_SYNTHESIS_STATE *h_dirac_output_synthesis_state; #endif Loading Loading @@ -4135,13 +4134,6 @@ static void ivas_masa_ext_dirac_render_sf_fx( h_dirac_output_synthesis_params = &( hDirACRend->h_output_synthesis_psd_params ); h_dirac_output_synthesis_state = &( hDirACRend->h_output_synthesis_psd_state ); num_channels_dir = hDirACRend->num_outputs_dir; move16(); if ( EQ_32( hDirACRend->synthesisConf, DIRAC_SYNTHESIS_PSD_LS ) ) { num_channels_dir = hDirACRend->hOutSetup.nchan_out_woLFE; move16(); } test(); IF( h_dirac_output_synthesis_params->use_onset_filters && NE_32( hDirACRend->synthesisConf, DIRAC_SYNTHESIS_GAIN_SHD ) ) Loading