Lines Matching refs:poly_conv
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()
375 in_buf, size) + poly_conv(coef + coef_offset, in filter_noadjust()