Home
last modified time | relevance | path

Searched refs:double2short (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DResample.cc56 extern short double2short(double);
197 *out_ptr++ = double2short(convolve(coef, in_buf, i + 1) + in decimate_noadjust()
200 *out_ptr++ = double2short(convolve(coef, in_buf + i - order, in decimate_noadjust()
262 *out_ptr++ = double2short(up * poly_conv(coef + coef_offset, in interpolate_noadjust()
269 *out_ptr++ = double2short(up * (poly_conv(coef + j, in interpolate_noadjust()
279 *out_ptr++ = double2short(up * (poly_conv(coef + j, in interpolate_noadjust()
353 *out++ = double2short(up * poly_conv(coef + coef_offset, in filter_noadjust()
361 *out++ = double2short(up * (poly_conv(coef + j, in filter_noadjust()
372 *out++ = double2short(up * (poly_conv(coef + j, order - j, up, in filter_noadjust()
H A DFir.cc76 double2short(double in) // limit double to short in double2short() function
183 *out_ptr++ = double2short(convolve(coef, in_buf, i) + in filter_noadjust()
190 double2short(convolve(coef, state_ptr++, order + 1)); in filter_noadjust()
H A DAudioTypePcm.cc168 double2short(double *&F, short *&T) { *T++ = (short)dbl2long(*F++, 32767); } in double2short() function in AudioTypePcm
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypePcm.h78 void double2short(double *&, short *&);