Changeset ad1df9b for src/mathutils.h


Ignore:
Timestamp:
Apr 21, 2016, 7:03:58 PM (8 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:
e9bd022
Parents:
26a6af7
Message:

src/mathutils.*: more const qualifiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    r26a6af7 rad1df9b  
    251251
    252252*/
    253 smpl_t fvec_quadratic_peak_pos (fvec_t * x, uint_t p);
     253smpl_t fvec_quadratic_peak_pos (const fvec_t * x, uint_t p);
    254254
    255255/** finds magnitude of peak by quadratic interpolation
     
    294294
    295295*/
    296 uint_t fvec_peakpick (fvec_t * v, uint_t p);
     296uint_t fvec_peakpick (const fvec_t * v, uint_t p);
    297297
    298298/** return 1 if a is a power of 2, 0 otherwise */
     
    308308
    309309*/
    310 void aubio_autocorr (fvec_t * input, fvec_t * output);
     310void aubio_autocorr (const fvec_t * input, fvec_t * output);
    311311
    312312#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.