HomeSort by relevance Sort by last modified time
    Searched defs:py2 (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 92 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2,
104 convert_float4(py2[x1]) * coeff[6] +
105 convert_float4(py2[x]) * coeff[7] +
106 convert_float4(py2[x2]) * coeff[8];
114 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2,
126 convert_float2(py2[x1]) * coeff[6] +
127 convert_float2(py2[x]) * coeff[7] +
128 convert_float2(py2[x2]) * coeff[8];
135 const uchar *py0, const uchar *py1, const uchar *py2,
147 ((float)py2[x1]) * coeff[6]
202 const uchar4 *py2 = (const uchar4 *)(pin + stride * y1); local
249 const uchar2 *py2 = (const uchar2 *)(pin + stride * y1); local
294 const uchar *py2 = (const uchar *)(pin + stride * y1); local
339 const float4 *py2 = (const float4 *)(pin + stride * y1); local
384 const float2 *py2 = (const float2 *)(pin + stride * y1); local
428 const float *py2 = (const float *)(pin + stride * y1); local
    [all...]
rsCpuIntrinsicConvolve5x5.cpp 90 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4,
111 convert_float4(py2[x0]) * coeff[10] +
112 convert_float4(py2[x1]) * coeff[11] +
113 convert_float4(py2[x2]) * coeff[12] +
114 convert_float4(py2[x3]) * coeff[13] +
115 convert_float4(py2[x4]) * coeff[14] +
133 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4,
154 convert_float2(py2[x0]) * coeff[10] +
155 convert_float2(py2[x1]) * coeff[11] +
156 convert_float2(py2[x2]) * coeff[12]
368 const uchar4 *py2 = (const uchar4 *)(pin + stride * y2); local
428 const uchar2 *py2 = (const uchar2 *)(pin + stride * y2); local
477 const uchar *py2 = (const uchar *)(pin + stride * y2); local
526 const float4 *py2 = (const float4 *)(pin + stride * y2); local
575 const float2 *py2 = (const float2 *)(pin + stride * y2); local
624 const float *py2 = (const float *)(pin + stride * y2); local
    [all...]
  /external/pdfium/xfa/src/fwl/src/theme/
checkboxtp.cpp 463 FX_FLOAT px1, py1, px2, py2; local
498 py2 = pt21.y - pt2.y;
502 pt2.y + py2 * FWLTHEME_BEZIER, pt2.x, pt2.y);
506 py2 = pt32.y - pt3.y;
510 pt3.y + py2 * FWLTHEME_BEZIER, pt3.x, pt3.y);
514 py2 = pt43.y - pt4.y;
518 pt4.y + py2 * FWLTHEME_BEZIER, pt4.x, pt4.y);
522 py2 = pt54.y - pt5.y;
526 pt5.y + py2 * FWLTHEME_BEZIER, pt5.x, pt5.y);
530 py2 = pt15.y - pt1.y;
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 1101 double px1,py1,px2,py2; local
    [all...]

Completed in 248 milliseconds