Home | History | Annotate | Download | only in libspeex

Lines Matching defs:IMAX

91 #define IMAX(a,b) ((a) > (b) ? (a) : (b))