Changeset 0173e4a for src/spectral


Ignore:
Timestamp:
Aug 14, 2018, 1:06:18 AM (6 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
Children:
a243d10
Parents:
aad7702
Message:

src/spectral/dct.h: explicit output names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/dct.h

    raad7702 r0173e4a  
    6060
    6161*/
    62 void aubio_dct_do (aubio_dct_t *s, const fvec_t * input, fvec_t * output);
     62void aubio_dct_do (aubio_dct_t *s, const fvec_t * input, fvec_t * dct_output);
    6363
    6464/** compute backward DCT
     
    6969
    7070*/
    71 void aubio_dct_rdo (aubio_dct_t *s, const fvec_t * input, fvec_t * output);
     71void aubio_dct_rdo (aubio_dct_t *s, const fvec_t * input, fvec_t * idct_output);
    7272
    7373
Note: See TracChangeset for help on using the changeset viewer.