Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/utilities/
H A DFir.cc76 double2short(double in) // limit double to short in double2short() function
H A DAudioTypePcm.cc168 double2short(double *&F, short *&T) { *T++ = (short)dbl2long(*F++, 32767); } in double2short() function in AudioTypePcm