Lines Matching refs:icoeff
31 const gint16 * b, gint len, const gint16 * icoeff, gint bstride) in inner_product_gint16_full_1_sse2() argument
60 const gint16 * b, gint len, const gint16 * icoeff, gint bstride) in inner_product_gint16_linear_1_sse2() argument
64 __m128i f = _mm_set_epi64x (0, *((gint64 *) icoeff)); in inner_product_gint16_linear_1_sse2()
113 const gint16 * b, gint len, const gint16 * icoeff, gint bstride) in inner_product_gint16_cubic_1_sse2() argument
117 __m128i f = _mm_set_epi64x (0, *((long long *) icoeff)); in inner_product_gint16_cubic_1_sse2()
173 const gdouble * b, gint len, const gdouble * icoeff, gint bstride) in inner_product_gdouble_full_1_sse2() argument
198 const gdouble * b, gint len, const gdouble * icoeff, gint bstride) in inner_product_gdouble_linear_1_sse2() argument
216 sum[0] = _mm_mul_pd (_mm_sub_pd (sum[0], sum[1]), _mm_load1_pd (icoeff)); in inner_product_gdouble_linear_1_sse2()
224 const gdouble * b, gint len, const gdouble * icoeff, gint bstride) in inner_product_gdouble_cubic_1_sse2() argument
234 f[0] = _mm_loadu_pd (icoeff + 0); in inner_product_gdouble_cubic_1_sse2()
235 f[1] = _mm_loadu_pd (icoeff + 2); in inner_product_gdouble_cubic_1_sse2()