Searched defs:py0 (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicConvolve3x3.cpp | 92 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, in ConvolveOneU4() 114 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, in ConvolveOneU2() 135 const uchar *py0, const uchar *py1, const uchar *py2, in ConvolveOneU1() 154 const float4 *py0, const float4 *py1, const float4 *py2, in ConvolveOneF4() 165 const float2 *py0, const float2 *py1, const float2 *py2, in ConvolveOneF2() 176 const float *py0, const float *py1, const float *py2, in ConvolveOneF1() 200 const uchar4 *py0 = (const uchar4 *)(pin + stride * y2); in kernelU4() local 247 const uchar2 *py0 = (const uchar2 *)(pin + stride * y2); in kernelU2() local 292 const uchar *py0 = (const uchar *)(pin + stride * y2); in kernelU1() local 337 const float4 *py0 = (const float4 *)(pin + stride * y2); in kernelF4() local [all …]
|
D | rsCpuIntrinsicConvolve5x5.cpp | 90 … const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4, in OneU4() 133 … const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4, in OneU2() 176 … const uchar *py0, const uchar *py1, const uchar *py2, const uchar *py3, const uchar *py4, in OneU1() 219 … const float4 *py0, const float4 *py1, const float4 *py2, const float4 *py3, const float4 *py4, in OneF4() 261 … const float2 *py0, const float2 *py1, const float2 *py2, const float2 *py3, const float2 *py4, in OneF2() 303 … const float *py0, const float *py1, const float *py2, const float *py3, const float *py4, in OneF1() 366 const uchar4 *py0 = (const uchar4 *)(pin + stride * y0); in kernelU4() local 426 const uchar2 *py0 = (const uchar2 *)(pin + stride * y0); in kernelU2() local 475 const uchar *py0 = (const uchar *)(pin + stride * y0); in kernelU1() local 524 const float4 *py0 = (const float4 *)(pin + stride * y0); in kernelF4() local [all …]
|