Commit fa0610ae authored by Devansh Kandpal's avatar Devansh Kandpal
Browse files

cleaned up deprecated macros from ivas_reverb_utils_fx.c

parent 3c8b8d1a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -43,13 +43,8 @@
 * Local constants
 *-----------------------------------------------------------------------------------------*/

#define DEFAULT_SRC_DIST          ( 1.5f ) /* default source distance [m] for reverb dmx factor computing */
#define MAX_SAMPLING_RATE         ( 48000 )
#define CLDFB_CONVOLVER_NTAPS_MAX ( 16 )
#define FFT_SPECTRUM_SIZE         ( 1 + ( RV_FILTER_MAX_FFT_SIZE / 2 ) )

#define N_INITIAL_IGNORED_FRAMES 4

/*-----------------------------------------------------------------------------------------*
 * Local function prototypes
 *-----------------------------------------------------------------------------------------*/