Home
last modified time | relevance | path

Searched defs:icoeff (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler-neon.h22 const gint16 * b, gint len, const gint16 * icoeff, gint bstride) in inner_product_gint16_full_1_neon()
65 const gint16 * b, gint len, const gint16 * icoeff, gint bstride) in inner_product_gint16_linear_1_neon()
122 const gint16 * b, gint len, const gint16 * icoeff, gint bstride) in inner_product_gint16_cubic_1_neon()
247 const gint32 * b, gint len, const gint32 * icoeff, gint bstride) in inner_product_gint32_full_1_neon()
290 const gint32 * b, gint len, const gint32 * icoeff, gint bstride) in inner_product_gint32_linear_1_neon()
332 const gint32 * b, gint len, const gint32 * icoeff, gint bstride) in inner_product_gint32_cubic_1_neon()
461 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_full_1_neon()
504 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_linear_1_neon()
540 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_cubic_1_neon()
Daudio-resampler-x86-sse41.c40 const gint32 * b, gint len, const gint32 * icoeff, gint bstride) in inner_product_gint32_full_1_sse41()
78 const gint32 * b, gint len, const gint32 * icoeff, gint bstride) in inner_product_gint32_linear_1_sse41()
121 const gint32 * b, gint len, const gint32 * icoeff, gint bstride) in inner_product_gint32_cubic_1_sse41()
Daudio-resampler-x86-sse2.c31 const gint16 * b, gint len, const gint16 * icoeff, gint bstride) in inner_product_gint16_full_1_sse2()
60 const gint16 * b, gint len, const gint16 * icoeff, gint bstride) 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()
173 const gdouble * b, gint len, const gdouble * icoeff, gint bstride) in inner_product_gdouble_full_1_sse2()
198 const gdouble * b, gint len, const gdouble * icoeff, gint bstride) 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()
Daudio-resampler-x86-sse.c31 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_full_1_sse()
51 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_linear_1_sse()
78 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_cubic_1_sse()
/third_party/ffmpeg/libavfilter/
Dvf_owdenoise.c88 static const double icoeff[2][5] = { variable