Loading lib_rend/ivas_reverb.c +0 −1 Original line number Diff line number Diff line Loading @@ -1002,7 +1002,6 @@ static void set_reverb_acoustic_data( } #endif /* TODO(922): Check if interpolation is necessary. */ /* interpolate input table data for T60 and DSR to the FFT filter grid */ ivas_reverb_interpolate_acoustic_data( nr_fc_input, pRoomAcoustics->pFc_input, pRoomAcoustics->pAcoustic_rt60, pRoomAcoustics->pAcoustic_dsr, nr_fc_fft_filter, pParams->pFc, pParams->pRt60, pParams->pDsr ); Loading Loading
lib_rend/ivas_reverb.c +0 −1 Original line number Diff line number Diff line Loading @@ -1002,7 +1002,6 @@ static void set_reverb_acoustic_data( } #endif /* TODO(922): Check if interpolation is necessary. */ /* interpolate input table data for T60 and DSR to the FFT filter grid */ ivas_reverb_interpolate_acoustic_data( nr_fc_input, pRoomAcoustics->pFc_input, pRoomAcoustics->pAcoustic_rt60, pRoomAcoustics->pAcoustic_dsr, nr_fc_fft_filter, pParams->pFc, pParams->pRt60, pParams->pDsr ); Loading