Searched defs:py0 (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/driver/
H A DrsdIntrinsicConvolve3x3.cpp55 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2,
61 float4 px = convert_float4(py0[x1]) * coeff[0] +
62 convert_float4(py0[x]) * coeff[1] +
63 convert_float4(py0[x2]) * coeff[2] +
90 const uchar4 *py0 = (const uchar4 *)(pin + din->lod[0].stride * y2); local
98 ConvolveOne(p, 0, out, py0, py1, py2, cp->fp);
107 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->ip, len);
114 ConvolveOne(p, x1, out, py0, py1, py2, cp->fp);
54 ConvolveOne(const RsForEachStubParamStruct *p, uint32_t x, uchar4 *out, const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const float* coeff) argument
H A DrsdIntrinsicConvolve5x5.cpp53 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4,
62 float4 px = convert_float4(py0[x0]) * coeff[0] +
63 convert_float4(py0[x1]) * coeff[1] +
64 convert_float4(py0[x2]) * coeff[2] +
65 convert_float4(py0[x3]) * coeff[3] +
66 convert_float4(py0[x4]) * coeff[4] +
118 const uchar4 *py0 = (const uchar4 *)(pin + din->lod[0].stride * y0); local
129 One(p, x1, out, py0, py1, py2, py3, py4, cp->fp);
137 rsdIntrinsicConvolve5x5_K(out, py0, py1, py2, py3, py4, cp->ip, len);
144 One(p, x1, out, py0, py
52 One(const RsForEachStubParamStruct *p, uint32_t x, uchar4 *out, const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4, const float* coeff) argument
[all...]
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicConvolve3x3.cpp55 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2,
61 float4 px = convert_float4(py0[x1]) * coeff[0] +
62 convert_float4(py0[x]) * coeff[1] +
63 convert_float4(py0[x2]) * coeff[2] +
85 const uchar4 *py0 = (const uchar4 *)(pin + din->lod[0].stride * y2); local
93 ConvolveOne(p, 0, out, py0, py1, py2, cp->fp);
102 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->ip, len);
109 ConvolveOne(p, x1, out, py0, py1, py2, cp->fp);
54 ConvolveOne(const RsForEachStubParamStruct *p, uint32_t x, uchar4 *out, const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const float* coeff) argument
H A DrsdIntrinsicConvolve5x5.cpp53 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4,
62 float4 px = convert_float4(py0[x0]) * coeff[0] +
63 convert_float4(py0[x1]) * coeff[1] +
64 convert_float4(py0[x2]) * coeff[2] +
65 convert_float4(py0[x3]) * coeff[3] +
66 convert_float4(py0[x4]) * coeff[4] +
114 const uchar4 *py0 = (const uchar4 *)(pin + din->lod[0].stride * y0); local
125 One(p, x1, out, py0, py1, py2, py3, py4, cp->fp);
133 rsdIntrinsicConvolve5x5_K(out, py0, py1, py2, py3, py4, cp->ip, len);
140 One(p, x1, out, py0, py
52 One(const RsForEachStubParamStruct *p, uint32_t x, uchar4 *out, const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4, const float* coeff) argument
[all...]

Completed in 72 milliseconds