Changeset 2f64b0e for src/utils/hist.c
- Timestamp:
- Oct 2, 2009, 1:11:37 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:
- 5c4ec3c
- Parents:
- 1e2c82f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/utils/hist.c
r1e2c82f r2f64b0e 20 20 #include "fvec.h" 21 21 #include "utils/scale.h" 22 #include "mathutils.h" // vec_min fvec_max22 #include "mathutils.h" //fvec_min fvec_max 23 23 #include "utils/hist.h" 24 24 … … 109 109 uint_t i,j; 110 110 sint_t tmp = 0; 111 smpl_t ilow = vec_min(input);111 smpl_t ilow = fvec_min(input); 112 112 smpl_t ihig = fvec_max(input); 113 113 smpl_t step = (ihig-ilow)/(smpl_t)(s->nelems);
Note: See TracChangeset
for help on using the changeset viewer.