/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() argument 65 const gint16 * b, gint len, const gint16 * icoeff, gint bstride) in inner_product_gint16_linear_1_neon() argument 68 const gint16 *c[2] = {(gint16*)((gint8*)b + 0*bstride), in inner_product_gint16_linear_1_neon() 69 (gint16*)((gint8*)b + 1*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() argument 124 const gint16 *c[4] = {(gint16*)((gint8*)b + 0*bstride), in inner_product_gint16_cubic_1_neon() 125 (gint16*)((gint8*)b + 1*bstride), in inner_product_gint16_cubic_1_neon() 126 (gint16*)((gint8*)b + 2*bstride), in inner_product_gint16_cubic_1_neon() 127 (gint16*)((gint8*)b + 3*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() argument [all …]
|
D | audio-resampler-x86-sse2.c | 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 65 const gint16 *c[2] = { (gint16 *) ((gint8 *) b + 0 * bstride), in inner_product_gint16_linear_1_sse2() 66 (gint16 *) ((gint8 *) b + 1 * 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() argument 118 const gint16 *c[4] = { (gint16 *) ((gint8 *) b + 0 * bstride), in inner_product_gint16_cubic_1_sse2() 119 (gint16 *) ((gint8 *) b + 1 * bstride), in inner_product_gint16_cubic_1_sse2() 120 (gint16 *) ((gint8 *) b + 2 * bstride), in inner_product_gint16_cubic_1_sse2() 121 (gint16 *) ((gint8 *) b + 3 * 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() argument [all …]
|
D | audio-resampler-x86-sse.c | 31 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_full_1_sse() argument 51 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_linear_1_sse() argument 55 const gfloat *c[2] = { (gfloat *) ((gint8 *) b + 0 * bstride), in inner_product_gfloat_linear_1_sse() 56 (gfloat *) ((gint8 *) b + 1 * 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() argument 83 const gfloat *c[4] = { (gfloat *) ((gint8 *) b + 0 * bstride), in inner_product_gfloat_cubic_1_sse() 84 (gfloat *) ((gint8 *) b + 1 * bstride), in inner_product_gfloat_cubic_1_sse() 85 (gfloat *) ((gint8 *) b + 2 * bstride), in inner_product_gfloat_cubic_1_sse() 86 (gfloat *) ((gint8 *) b + 3 * bstride) in inner_product_gfloat_cubic_1_sse()
|
D | audio-resampler-x86-sse41.c | 40 const gint32 * b, gint len, const gint32 * icoeff, gint bstride) in inner_product_gint32_full_1_sse41() argument 78 const gint32 * b, gint len, const gint32 * icoeff, gint bstride) in inner_product_gint32_linear_1_sse41() argument 84 const gint32 *c[2] = { (gint32 *) ((gint8 *) b + 0 * bstride), in inner_product_gint32_linear_1_sse41() 85 (gint32 *) ((gint8 *) b + 1 * 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() argument 127 const gint32 *c[4] = { (gint32 *) ((gint8 *) b + 0 * bstride), in inner_product_gint32_cubic_1_sse41() 128 (gint32 *) ((gint8 *) b + 1 * bstride), in inner_product_gint32_cubic_1_sse41() 129 (gint32 *) ((gint8 *) b + 2 * bstride), in inner_product_gint32_cubic_1_sse41() 130 (gint32 *) ((gint8 *) b + 3 * bstride) in inner_product_gint32_cubic_1_sse41()
|
D | audio-resampler.c | 609 const type * b, gint len, const type *ic, gint bstride) \ 621 const type * b, gint len, const type *ic, gint bstride) \ 643 const type * b, gint len, const type *ic, gint bstride) \ 647 const type *c[2] = {(type*)((gint8*)b + 0*bstride), \ 648 (type*)((gint8*)b + 1*bstride)}; \ 670 const type * b, gint len, const type *ic, gint bstride) \ 674 const type *c[4] = {(type*)((gint8*)b + 0*bstride), \ 675 (type*)((gint8*)b + 1*bstride), \ 676 (type*)((gint8*)b + 2*bstride), \ 677 (type*)((gint8*)b + 3*bstride)}; \ [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_gradfun.c | 85 int bstride = FFALIGN(width, 16) / 2; in filter() local 89 uint16_t *buf = ctx->buf + bstride + 32; in filter() 92 memset(dc, 0, (bstride + 16) * sizeof(*buf)); in filter() 94 …ctx->blur_line(dc, buf + y * bstride, buf + (y - 1) * bstride, src + 2 * y * src_linesize, src_lin… in filter() 98 uint16_t *buf0 = buf + mod * bstride; in filter() 99 uint16_t *buf1 = buf + (mod ? mod - 1 : r - 1) * bstride; in filter()
|
/third_party/ffmpeg/libavcodec/ |
D | g2meet.c | 959 int bstride = FFALIGN(tile_width, 16) >> 3; in epic_jb_decode_tile() local 970 (aheight >> 3) * bstride * sizeof(*c->kempf_flags)); in epic_jb_decode_tile() 973 c->kempf_flags[(i >> 3) + (j >> 3) * bstride] = 0; in epic_jb_decode_tile() 976 c->kempf_flags[(i >> 3) + (j >> 3) * bstride] = 1; in epic_jb_decode_tile() 988 c->kempf_flags, bstride, nblocks, c->swapuv); in epic_jb_decode_tile() 1058 int nblocks, cblocks, bstride; in kempf_decode_tile() local 1123 bstride = FFALIGN(width, 16) >> 3; in kempf_decode_tile() 1140 c->kempf_flags[j * 2 + i * 2 * bstride] = in kempf_decode_tile() 1141 c->kempf_flags[j * 2 + 1 + i * 2 * bstride] = in kempf_decode_tile() 1142 c->kempf_flags[j * 2 + (i * 2 + 1) * bstride] = in kempf_decode_tile() [all …]
|