- Timestamp:
- Oct 2, 2009, 1:09:46 AM (15 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 2f64b0e
- Parents:
- d57c879
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/utils/hist.c
rd57c879 r1e2c82f 20 20 #include "fvec.h" 21 21 #include "utils/scale.h" 22 #include "mathutils.h" //vec_min vec_max22 #include "mathutils.h" //vec_min fvec_max 23 23 #include "utils/hist.h" 24 24 … … 110 110 sint_t tmp = 0; 111 111 smpl_t ilow = vec_min(input); 112 smpl_t ihig = vec_max(input);112 smpl_t ihig = fvec_max(input); 113 113 smpl_t step = (ihig-ilow)/(smpl_t)(s->nelems); 114 114
Note: See TracChangeset
for help on using the changeset viewer.