Searched defs:bstride (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler-neon.h | 22 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()
|
D | audio-resampler-x86-sse41.c | 40 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()
|
D | audio-resampler-x86-sse2.c | 31 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()
|
D | audio-resampler-x86-sse.c | 31 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/ |
D | vf_gradfun.c | 85 int bstride = FFALIGN(width, 16) / 2; in filter() local
|
/third_party/ffmpeg/libavcodec/ |
D | g2meet.c | 959 int bstride = FFALIGN(tile_width, 16) >> 3; in epic_jb_decode_tile() local 1058 int nblocks, cblocks, bstride; in kempf_decode_tile() local
|