Searched refs:float2ulaw (Results 1 – 2 of 2) sorted by relevance
76 void float2ulaw(float *&, ulaw *&);
163 float2ulaw(float *&F, ulaw *&T) { *T++ = audio_s2u(dbl2long(*F++, 32767)); } in float2ulaw() function in AudioTypePcm