Searched refs:py4 (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicConvolve5x5.cpp84 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4,
117 convert_float4(py4[x0]) * coeff[20] +
118 convert_float4(py4[x1]) * coeff[21] +
119 convert_float4(py4[x2]) * coeff[22] +
120 convert_float4(py4[x3]) * coeff[23] +
121 convert_float4(py4[x4]) * coeff[24];
127 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4,
160 convert_float2(py4[x0]) * coeff[20] +
161 convert_float2(py4[x1]) * coeff[21] +
162 convert_float2(py4[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
364 const uchar4 *py4 = (const uchar4 *)(pin + stride * y4); local
424 const uchar2 *py4 = (const uchar2 *)(pin + stride * y4); local
473 const uchar *py4 = (const uchar *)(pin + stride * y4); local
522 const float4 *py4 = (const float4 *)(pin + stride * y4); local
571 const float2 *py4 = (const float2 *)(pin + stride * y4); local
620 const float *py4 = (const float *)(pin + stride * y4); local
[all...]

Completed in 163 milliseconds