sof/src/math
Guennadi Liakhovetski f77bdfbf74 math: avoid re-initialising variables every loop iteration
In psy_get_mel_filterbank() if fb->slaney_normalize isn't set, 3
variables are reset to the same values needless every loop iteration.
Move initialisations outside the loop instead.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2024-04-03 15:32:23 +03:00
..
auditory math: avoid re-initialising variables every loop iteration 2024-04-03 15:32:23 +03:00
fft math/cmake: use new macro add_local_sources_ifdef() 2023-11-29 14:52:36 +00:00
CMakeLists.txt Math: Restore fast look-up table based sine function 2024-01-11 15:33:52 +00:00
Kconfig Math: add build option to math filter 2024-02-26 16:43:07 +00:00
Kconfig.simd Math: add build option to math filter 2024-02-26 16:43:07 +00:00
base2log.c math: Add logarithm base E and base 10 2022-02-10 16:42:00 -08:00
dct.c Math: Add DCT transform library 2022-09-09 13:57:22 +01:00
decibels.c math: cleanup includes 2019-07-16 15:02:06 +02:00
exp_fcn.c Math: Exp: Add functions sofm_exp_fixed and sofm_db2lin 2024-01-08 13:54:00 +00:00
exp_fcn_hifi.c Math: Exp: Add functions sofm_exp_fixed and sofm_db2lin 2024-01-08 13:54:00 +00:00
fir_generic.c Math: add build option to math filter 2024-02-26 16:43:07 +00:00
fir_hifi2ep.c Math: add build option to math filter 2024-02-26 16:43:07 +00:00
fir_hifi3.c Math: add build option to math filter 2024-02-26 16:43:07 +00:00
iir_df1.c Math: IIR: add Direct-1 format implementation of IIR 2022-10-28 12:33:56 +01:00
iir_df1_generic.c Math: add build option to math filter 2024-02-26 16:43:07 +00:00
iir_df1_hifi3.c Math: add build option to math filter 2024-02-26 16:43:07 +00:00
iir_df2t.c Math: IIR: add Direct-1 format implementation of IIR 2022-10-28 12:33:56 +01:00
iir_df2t_generic.c Math: add build option to math filter 2024-02-26 16:43:07 +00:00
iir_df2t_hifi3.c Math: add build option to math filter 2024-02-26 16:43:07 +00:00
log_10.c math: Add logarithm base E and base 10 2022-02-10 16:42:00 -08:00
log_e.c math: Add logarithm base E and base 10 2022-02-10 16:42:00 -08:00
lut_trig.c Math: Restore fast look-up table based sine function 2024-01-11 15:33:52 +00:00
matrix.c Math: Add library for matrix functions 2022-08-31 14:45:32 +01:00
numbers.c module: export symbols for loadable modules 2024-01-09 19:01:13 +02:00
power.c math: Add power scalar and base 2 log function 2021-12-01 10:42:10 +00:00
sqrt_int16.c math : Add square root function using lookup table 2021-12-21 15:30:20 +00:00
trig.c math/trig.c: remove bogus \CORDIC doxygen command 2021-12-21 15:33:52 +00:00
window.c Math: Add window functions library 2022-08-29 17:07:55 +01:00