ocssw
V2022
|
st_lt.h File Reference
Include dependency graph for st_lt.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | BT 0 |
#define | AT -1 |
#define | DIAG -2 |
#define | BLANK -10 |
#define | NO 1 |
#define | RIGHT 2 |
#define | LEFT 3 |
#define | TRUE 1 |
#define | FALSE 0 |
#define | DONE 1 |
#define | NOTDONE 0 |
#define | MAXLINES 5 |
#define | GACLINES 3 |
#define | MAXSAMPS 1285 |
#define | GACSAMPS 248 |
#define | NBANDS 8 |
#define | GAINS 4 |
#define | KNEES 5 |
#define | max(A, B) ((A) > (B) ? (A) : (B)) |
#define | min(A, B) ((A) < (B) ? (A) : (B)) |