Lines Matching refs:bstride
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
290 const gint32 * b, gint len, const gint32 * icoeff, gint bstride) in inner_product_gint32_linear_1_neon() argument
292 const gint32 *c[2] = {(gint32*)((gint8*)b + 0*bstride), in inner_product_gint32_linear_1_neon()
293 (gint32*)((gint8*)b + 1*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() argument
334 const gint32 *c[4] = {(gint32*)((gint8*)b + 0*bstride), in inner_product_gint32_cubic_1_neon()
335 (gint32*)((gint8*)b + 1*bstride), in inner_product_gint32_cubic_1_neon()
336 (gint32*)((gint8*)b + 2*bstride), in inner_product_gint32_cubic_1_neon()
337 (gint32*)((gint8*)b + 3*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() argument
504 const gfloat * b, gint len, const gfloat * icoeff, gint bstride) in inner_product_gfloat_linear_1_neon() argument
506 const gfloat *c[2] = {(gfloat*)((gint8*)b + 0*bstride), in inner_product_gfloat_linear_1_neon()
507 (gfloat*)((gint8*)b + 1*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() argument
542 const gfloat *c[4] = {(gfloat*)((gint8*)b + 0*bstride), in inner_product_gfloat_cubic_1_neon()
543 (gfloat*)((gint8*)b + 1*bstride), in inner_product_gfloat_cubic_1_neon()
544 (gfloat*)((gint8*)b + 2*bstride), in inner_product_gfloat_cubic_1_neon()
545 (gfloat*)((gint8*)b + 3*bstride)}; in inner_product_gfloat_cubic_1_neon()