Changeset 1e2c82f for src/utils


Ignore:
Timestamp:
Oct 2, 2009, 1:09:46 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:
2f64b0e
Parents:
d57c879
Message:

rename vec_max and vec_max_elem to fvec_max fvec_max_elem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/utils/hist.c

    rd57c879 r1e2c82f  
    2020#include "fvec.h"
    2121#include "utils/scale.h"
    22 #include "mathutils.h" //vec_min vec_max
     22#include "mathutils.h" //vec_min fvec_max
    2323#include "utils/hist.h"
    2424
     
    110110  sint_t tmp = 0;
    111111  smpl_t ilow = vec_min(input);
    112   smpl_t ihig = vec_max(input);
     112  smpl_t ihig = fvec_max(input);
    113113  smpl_t step = (ihig-ilow)/(smpl_t)(s->nelems);
    114114
Note: See TracChangeset for help on using the changeset viewer.