Changeset 1e2c82f for src/mathutils.c


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/mathutils.c

    rd57c879 r1e2c82f  
    102102}
    103103
    104 smpl_t vec_max(fvec_t *s) {
     104smpl_t fvec_max(fvec_t *s) {
    105105  uint_t i,j;
    106106  smpl_t tmp = 0.0f;
     
    131131}
    132132
    133 uint_t vec_max_elem(fvec_t *s) {
     133uint_t fvec_max_elem(fvec_t *s) {
    134134  uint_t i,j=0, pos=0.;
    135135  smpl_t tmp = 0.0f;
Note: See TracChangeset for help on using the changeset viewer.