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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 71 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4,
92 convert_float4(py2[x0]) * coeff[10] +
93 convert_float4(py2[x1]) * coeff[11] +
94 convert_float4(py2[x2]) * coeff[12] +
95 convert_float4(py2[x3]) * coeff[13] +
96 convert_float4(py2[x4]) * coeff[14] +
142 const uchar4 *py2 = (const uchar4 *)(pin + stride * y2); local
151 One(p, x1, out, py0, py1, py2, py3, py4, cp->fp);
159 rsdIntrinsicConvolve5x5_K(out, py0, py1, py2, py3, py4, cp->ip, len);
166 One(p, x1, out, py0, py1, py2, py3, py4, cp->fp)
    [all...]
rsCpuIntrinsicConvolve3x3.cpp 73 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2,
85 convert_float4(py2[x1]) * coeff[6] +
86 convert_float4(py2[x]) * coeff[7] +
87 convert_float4(py2[x2]) * coeff[8];
110 const uchar4 *py2 = (const uchar4 *)(pin + stride * y1); local
116 ConvolveOne(p, 0, out, py0, py1, py2, cp->mFp);
125 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->mIp, len);
132 ConvolveOne(p, x1, out, py0, py1, py2, cp->mFp);
  /external/opencv/cvaux/src/
cvepilines.cpp 1101 double px1,py1,px2,py2; local
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 377 const char py2 = ((searchable->signature[i/4] & (0xff << off)) >> off); local
378 if (py1 == py2)
397 const char py2 = ((searchable->signature[i/4] & (0xff << off)) >> off); local
398 if (py1 == py2)
400 if (py1 > py2)
    [all...]

Completed in 148 milliseconds