/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicConvolve5x5.cpp | 90 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4, 99 float4 px = convert_float4(py0[x0]) * coeff[0] + 100 convert_float4(py0[x1]) * coeff[1] + 101 convert_float4(py0[x2]) * coeff[2] + 102 convert_float4(py0[x3]) * coeff[3] + 103 convert_float4(py0[x4]) * coeff[4] + 133 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4, 142 float2 px = convert_float2(py0[x0]) * coeff[0] + 143 convert_float2(py0[x1]) * coeff[1] + 144 convert_float2(py0[x2]) * coeff[2] 366 const uchar4 *py0 = (const uchar4 *)(pin + stride * y0); local 426 const uchar2 *py0 = (const uchar2 *)(pin + stride * y0); local 475 const uchar *py0 = (const uchar *)(pin + stride * y0); local 524 const float4 *py0 = (const float4 *)(pin + stride * y0); local 573 const float2 *py0 = (const float2 *)(pin + stride * y0); local 622 const float *py0 = (const float *)(pin + stride * y0); local [all...] |
rsCpuIntrinsicConvolve3x3.cpp | 92 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, 98 float4 px = convert_float4(py0[x1]) * coeff[0] + 99 convert_float4(py0[x]) * coeff[1] + 100 convert_float4(py0[x2]) * coeff[2] + 114 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, 120 float2 px = convert_float2(py0[x1]) * coeff[0] + 121 convert_float2(py0[x]) * coeff[1] + 122 convert_float2(py0[x2]) * coeff[2] + 135 const uchar *py0, const uchar *py1, const uchar *py2, 141 float px = ((float)py0[x1]) * coeff[0] 200 const uchar4 *py0 = (const uchar4 *)(pin + stride * y2); local 247 const uchar2 *py0 = (const uchar2 *)(pin + stride * y2); local 292 const uchar *py0 = (const uchar *)(pin + stride * y2); local 337 const float4 *py0 = (const float4 *)(pin + stride * y2); local 382 const float2 *py0 = (const float2 *)(pin + stride * y2); local 426 const float *py0 = (const float *)(pin + stride * y2); local [all...] |
/external/pixman/demos/ |
quad2quad.c | 15 double px0, double py0, 956 + py0 * (y1 * (x1 * (t533 + t531 + t331 + t530) 966 + y0 * (x0 * (py0 * (x1 * (t579 + t632 + t299 + t630) 983 + py0 * (x1 * (t581 + t241 + t240 + t239) 993 + t161 * (py0 * (y1 * (x1 * (t536 + t178 + t366 + t534) 1008 + py0 * (x1 * (t461 + t459 + t79 + t458) [all...] |