Home
last modified time | relevance | path

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

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