Searched refs:poly_conv (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/audio/utilities/ |
H A D | Resample.cc | 99 poly_conv(double *coef, // filter coef array in poly_conv() function 264 *out_ptr++ = double2short(up * poly_conv(coef + coef_offset, in interpolate_noadjust() 271 *out_ptr++ = double2short(up * (poly_conv(coef + j, in interpolate_noadjust() 272 order - j, up, in_buf, i) + poly_conv( in interpolate_noadjust() 281 *out_ptr++ = double2short(up * (poly_conv(coef + j, in interpolate_noadjust() 282 order - j, up, in_buf, size) + poly_conv( in interpolate_noadjust() 355 *out++ = double2short(up * poly_conv(coef + coef_offset, in filter_noadjust() 363 *out++ = double2short(up * (poly_conv(coef + j, in filter_noadjust() 364 order - j, up, in_buf, i) + poly_conv( in filter_noadjust() 374 *out++ = double2short(up * (poly_conv(coef + j, order - j, up, in filter_noadjust() [all …]
|