Searched refs:float2short (Results 1 – 2 of 2) sorted by relevance
73 void float2short(float *&, short *&);
157 float2short(float *&F, short *&T) { *T++ = (short)dbl2long(*F++, 32767); } in float2short() function in AudioTypePcm