Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information