Changeset 258195f for src/temporal


Ignore:
Timestamp:
Sep 28, 2009, 8:58:03 PM (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:
916f8983
Parents:
17b7d66
Message:

src/aubio_priv.h: define VERY_SMALL_NUMBER here, add KILL_DENORMAL and CEIL_DENORMAL macros, SAFE_LOG10 and SAFE_LOG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/filter.c

    r17b7d66 r258195f  
    4545    for (j = 0; j < in->length; j++) {
    4646      /* new input */
    47       if (ISDENORMAL(in->data[i][j])) {
     47      if (IS_DENORMAL(in->data[i][j])) {
    4848        x[0] = y[0] = 0.;
    4949      } else {
Note: See TracChangeset for help on using the changeset viewer.