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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 85 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2,
97 convert_float4(py2[x1]) * coeff[6] +
98 convert_float4(py2[x]) * coeff[7] +
99 convert_float4(py2[x2]) * coeff[8];
107 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2,
119 convert_float2(py2[x1]) * coeff[6] +
120 convert_float2(py2[x]) * coeff[7] +
121 convert_float2(py2[x2]) * coeff[8];
128 const uchar *py0, const uchar *py1, const uchar *py2,
140 ((float)py2[x1]) * coeff[6]
195 const uchar4 *py2 = (const uchar4 *)(pin + stride * y1); local
242 const uchar2 *py2 = (const uchar2 *)(pin + stride * y1); local
287 const uchar *py2 = (const uchar *)(pin + stride * y1); local
332 const float4 *py2 = (const float4 *)(pin + stride * y1); local
377 const float2 *py2 = (const float2 *)(pin + stride * y1); local
421 const float *py2 = (const float *)(pin + stride * y1); local
    [all...]
rsCpuIntrinsicConvolve5x5.cpp 84 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4,
105 convert_float4(py2[x0]) * coeff[10] +
106 convert_float4(py2[x1]) * coeff[11] +
107 convert_float4(py2[x2]) * coeff[12] +
108 convert_float4(py2[x3]) * coeff[13] +
109 convert_float4(py2[x4]) * coeff[14] +
127 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4,
148 convert_float2(py2[x0]) * coeff[10] +
149 convert_float2(py2[x1]) * coeff[11] +
150 convert_float2(py2[x2]) * coeff[12]
362 const uchar4 *py2 = (const uchar4 *)(pin + stride * y2); local
422 const uchar2 *py2 = (const uchar2 *)(pin + stride * y2); local
471 const uchar *py2 = (const uchar *)(pin + stride * y2); local
520 const float4 *py2 = (const float4 *)(pin + stride * y2); local
569 const float2 *py2 = (const float2 *)(pin + stride * y2); local
618 const float *py2 = (const float *)(pin + stride * y2); local
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 1101 double px1,py1,px2,py2; local
    [all...]
  /build/soong/python/
python.go 93 Py2 VersionProperties `android:"arch_variant"`
213 pyVersion2 = "PY2"
228 if base.properties.Version.Py2.Enabled != nil &&
229 *(base.properties.Version.Py2.Enabled) == true {
256 return proptools.Bool(p.properties.Version.Py2.Embedded_launcher)
273 // deps from "version.py2.srcs" property.
274 android.ExtractSourcesDeps(ctx, p.properties.Version.Py2.Srcs)
275 android.ExtractSourcesDeps(ctx, p.properties.Version.Py2.Exclude_srcs)
278 uniqueLibs(ctx, p.properties.Libs, "version.py2.libs",
279 p.properties.Version.Py2.Libs)...
    [all...]
python_test.go 231 py2: {
253 py2: {
  /external/pdfium/fpdfsdk/pwl/
cpwl_appstream.cpp 168 float py2 = pts[i][2].y - pts[nNext][0].y;
173 << pts[nNext][0].y + py2 * FX_BEZIER << " " << pts[nNext][0].x << " "
    [all...]

Completed in 169 milliseconds