Changeset 2f64b0e for src/utils/hist.c


Ignore:
Timestamp:
Oct 2, 2009, 1:11:37 AM (15 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

rename vec_min and vec_min_elem to fvec_min and fvec_max_elem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/utils/hist.c

    r1e2c82f r2f64b0e  
    2020#include "fvec.h"
    2121#include "utils/scale.h"
    22 #include "mathutils.h" //vec_min fvec_max
     22#include "mathutils.h" //fvec_min fvec_max
    2323#include "utils/hist.h"
    2424
     
    109109  uint_t i,j;
    110110  sint_t tmp = 0;
    111   smpl_t ilow = vec_min(input);
     111  smpl_t ilow = fvec_min(input);
    112112  smpl_t ihig = fvec_max(input);
    113113  smpl_t step = (ihig-ilow)/(smpl_t)(s->nelems);
Note: See TracChangeset for help on using the changeset viewer.