HomeSort by relevance Sort by last modified time
    Searched refs:py0 (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 85 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2,
91 float4 px = convert_float4(py0[x1]) * coeff[0] +
92 convert_float4(py0[x]) * coeff[1] +
93 convert_float4(py0[x2]) * coeff[2] +
107 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2,
113 float2 px = convert_float2(py0[x1]) * coeff[0] +
114 convert_float2(py0[x]) * coeff[1] +
115 convert_float2(py0[x2]) * coeff[2] +
128 const uchar *py0, const uchar *py1, const uchar *py2,
134 float px = ((float)py0[x1]) * coeff[0]
193 const uchar4 *py0 = (const uchar4 *)(pin + stride * y2); local
240 const uchar2 *py0 = (const uchar2 *)(pin + stride * y2); local
285 const uchar *py0 = (const uchar *)(pin + stride * y2); local
330 const float4 *py0 = (const float4 *)(pin + stride * y2); local
375 const float2 *py0 = (const float2 *)(pin + stride * y2); local
419 const float *py0 = (const float *)(pin + stride * y2); local
    [all...]
rsCpuIntrinsicConvolve5x5.cpp 84 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4,
93 float4 px = convert_float4(py0[x0]) * coeff[0] +
94 convert_float4(py0[x1]) * coeff[1] +
95 convert_float4(py0[x2]) * coeff[2] +
96 convert_float4(py0[x3]) * coeff[3] +
97 convert_float4(py0[x4]) * coeff[4] +
127 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4,
136 float2 px = convert_float2(py0[x0]) * coeff[0] +
137 convert_float2(py0[x1]) * coeff[1] +
138 convert_float2(py0[x2]) * coeff[2]
360 const uchar4 *py0 = (const uchar4 *)(pin + stride * y0); local
420 const uchar2 *py0 = (const uchar2 *)(pin + stride * y0); local
469 const uchar *py0 = (const uchar *)(pin + stride * y0); local
518 const float4 *py0 = (const float4 *)(pin + stride * y0); local
567 const float2 *py0 = (const float2 *)(pin + stride * y0); local
616 const float *py0 = (const float *)(pin + stride * y0); local
    [all...]

Completed in 64 milliseconds