Home | History | Annotate | Download | only in libspeex

Lines Matching defs:M_PI

79 #ifndef M_PI
80 #define M_PI 3.14159265358979323846
479 st->window[i] = .5-.5*cos(2*M_PI*i/N);