Searched defs:py2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicConvolve3x3.cpp85 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2,
97 convert_float4(py2[x1]) * coeff[6] +
98 convert_float4(py2[x]) * coeff[7] +
99 convert_float4(py2[x2]) * coeff[8];
107 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2,
119 convert_float2(py2[x1]) * coeff[6] +
120 convert_float2(py2[x]) * coeff[7] +
121 convert_float2(py2[x2]) * coeff[8];
128 const uchar *py0, const uchar *py1, const uchar *py2,
140 ((float)py2[x
84 ConvolveOneU4(const RsExpandKernelDriverInfo *info, uint32_t x, uchar4 *out, const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const float* coeff) argument
106 ConvolveOneU2(const RsExpandKernelDriverInfo *info, uint32_t x, uchar2 *out, const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const float* coeff) argument
127 ConvolveOneU1(const RsExpandKernelDriverInfo *info, uint32_t x, uchar *out, const uchar *py0, const uchar *py1, const uchar *py2, const float* coeff) argument
146 ConvolveOneF4(const RsExpandKernelDriverInfo *info, uint32_t x, float4 *out, const float4 *py0, const float4 *py1, const float4 *py2, const float* coeff) argument
157 ConvolveOneF2(const RsExpandKernelDriverInfo *info, uint32_t x, float2 *out, const float2 *py0, const float2 *py1, const float2 *py2, const float* coeff) argument
168 ConvolveOneF1(const RsExpandKernelDriverInfo *info, uint32_t x, float *out, const float *py0, const float *py1, const float *py2, const float* coeff) argument
195 const uchar4 *py2 = (const uchar4 *)(pin + stride * y1); local
242 const uchar2 *py2 = (const uchar2 *)(pin + stride * y1); local
287 const uchar *py2 = (const uchar *)(pin + stride * y1); local
332 const float4 *py2 = (const float4 *)(pin + stride * y1); local
377 const float2 *py2 = (const float2 *)(pin + stride * y1); local
421 const float *py2 = (const float *)(pin + stride * y1); local
[all...]
H A DrsCpuIntrinsicConvolve5x5.cpp84 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4,
105 convert_float4(py2[x0]) * coeff[10] +
106 convert_float4(py2[x1]) * coeff[11] +
107 convert_float4(py2[x2]) * coeff[12] +
108 convert_float4(py2[x3]) * coeff[13] +
109 convert_float4(py2[x4]) * coeff[14] +
127 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4,
148 convert_float2(py2[x0]) * coeff[10] +
149 convert_float2(py2[x1]) * coeff[11] +
150 convert_float2(py2[x
83 OneU4(const RsExpandKernelDriverInfo *info, uint32_t x, uchar4 *out, const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4, const float* coeff) argument
126 OneU2(const RsExpandKernelDriverInfo *info, uint32_t x, uchar2 *out, const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4, const float* coeff) argument
169 OneU1(const RsExpandKernelDriverInfo *info, uint32_t x, uchar *out, const uchar *py0, const uchar *py1, const uchar *py2, const uchar *py3, const uchar *py4, const float* coeff) argument
212 OneF4(const RsExpandKernelDriverInfo *info, uint32_t x, float4 *out, const float4 *py0, const float4 *py1, const float4 *py2, const float4 *py3, const float4 *py4, const float* coeff) argument
254 OneF2(const RsExpandKernelDriverInfo *info, uint32_t x, float2 *out, const float2 *py0, const float2 *py1, const float2 *py2, const float2 *py3, const float2 *py4, const float* coeff) argument
296 OneF1(const RsExpandKernelDriverInfo *info, uint32_t x, float *out, const float *py0, const float *py1, const float *py2, const float *py3, const float *py4, const float* coeff) argument
362 const uchar4 *py2 = (const uchar4 *)(pin + stride * y2); local
422 const uchar2 *py2 = (const uchar2 *)(pin + stride * y2); local
471 const uchar *py2 = (const uchar *)(pin + stride * y2); local
520 const float4 *py2 = (const float4 *)(pin + stride * y2); local
569 const float2 *py2 = (const float2 *)(pin + stride * y2); local
618 const float *py2 = (const float *)(pin + stride * y2); local
[all...]

Completed in 183 milliseconds