Searched defs:double2short (Results 1 – 2 of 2) sorted by relevance
76 double2short(double in) // limit double to short in double2short() function
168 double2short(double *&F, short *&T) { *T++ = (short)dbl2long(*F++, 32767); } in double2short() function in AudioTypePcm