Home
last modified time | relevance | path

Searched refs:float2short (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypePcm.h71 void float2short(float *&, short *&);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc155 float2short(float *&F, short *&T) { *T++ = (short)dbl2long(*F++, 32767); } in float2short() function in AudioTypePcm