Searched defs:double2short (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DFir.cc78 double2short(double in) // limit double to short function
185 *out_ptr++ = double2short(convolve(coef, in_buf, i) +
192 double2short(convolve(coef, state_ptr++, order + 1));
H A DAudioTypePcm.cc170 double2short(double *&F, short *&T) { *T++ = (short)dbl2long(*F++, 32767); } function in class:AudioTypePcm

Completed in 47 milliseconds