diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-06-03 21:17:51 +0100 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-06-03 21:18:22 +0100 |
commit | 78a4b5718ecfa7cb91457bc9b4deff543ec10373 (patch) | |
tree | 6d2592547c45fbc2027998a564b5b7a1a1c8bd07 /xtract/libxtract.h | |
parent | c866e1676d423ca1c6d4aa859dd54df487ab25d4 (diff) | |
download | LibXtract-78a4b5718ecfa7cb91457bc9b4deff543ec10373.tar.gz LibXtract-78a4b5718ecfa7cb91457bc9b4deff543ec10373.tar.bz2 LibXtract-78a4b5718ecfa7cb91457bc9b4deff543ec10373.zip |
Add xtract_peak() determines whether the 'current' value is a peak
Diffstat (limited to 'xtract/libxtract.h')
-rw-r--r-- | xtract/libxtract.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtract/libxtract.h b/xtract/libxtract.h index 1f4a787..8c20980 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -172,6 +172,7 @@ enum xtract_return_codes_ { XTRACT_MALLOC_FAILED, XTRACT_BAD_ARGV, XTRACT_BAD_VECTOR_SIZE, + XTRACT_BAD_STATE, XTRACT_DENORMAL_FOUND, XTRACT_NO_RESULT, /* This usually occurs when the correct calculation cannot take place because required data is missing or would result in a NaN or infinity/-infinity. Under these curcumstances 0.f is usually given by *result */ XTRACT_FEATURE_NOT_IMPLEMENTED, |