Loading lib_rend/ivas_reverb_fx.c +1 −3 Original line number Diff line number Diff line Loading @@ -1825,10 +1825,8 @@ ivas_error ivas_reverb_open_fx( } #ifndef FIX_1053_REVERB_RECONFIGURATION Scale_sig32( params.pHrtf_inter_aural_coherence_fx, nr_fc_fft_filter, 4 ); /*Scaling ( *hReverb )->fft_filter_color_0.fft_spectrum_fx to Q31*/ #else Scale_sig32( (Word32 *) params.pHrtf_inter_aural_coherence_const_fx, nr_fc_fft_filter, 4 ); /*Scaling ( *hReverb )->fft_filter_color_0.fft_spectrum_fx to Q31*/ #endif Scale_sig32( params.pFc_fx, nr_fc_fft_filter, 17 ); /*Scaling ( *hReverb )->fft_filter_color_1.fft_spectrum_fx to Q31*/ #endif /* Copying the computed FFT colorations filters to the fft_filter components */ IF( NE_32( ( error = set_color_fft_filter_fx( pState, 0, pFft_wf_filter_ch0_fx ) ), IVAS_ERR_OK ) ) Loading Loading
lib_rend/ivas_reverb_fx.c +1 −3 Original line number Diff line number Diff line Loading @@ -1825,10 +1825,8 @@ ivas_error ivas_reverb_open_fx( } #ifndef FIX_1053_REVERB_RECONFIGURATION Scale_sig32( params.pHrtf_inter_aural_coherence_fx, nr_fc_fft_filter, 4 ); /*Scaling ( *hReverb )->fft_filter_color_0.fft_spectrum_fx to Q31*/ #else Scale_sig32( (Word32 *) params.pHrtf_inter_aural_coherence_const_fx, nr_fc_fft_filter, 4 ); /*Scaling ( *hReverb )->fft_filter_color_0.fft_spectrum_fx to Q31*/ #endif Scale_sig32( params.pFc_fx, nr_fc_fft_filter, 17 ); /*Scaling ( *hReverb )->fft_filter_color_1.fft_spectrum_fx to Q31*/ #endif /* Copying the computed FFT colorations filters to the fft_filter components */ IF( NE_32( ( error = set_color_fft_filter_fx( pState, 0, pFft_wf_filter_ch0_fx ) ), IVAS_ERR_OK ) ) Loading