HomeSort by relevance Sort by last modified time
    Searched refs:py1 (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,
86 convert_float4(py1[x0]) * coeff[5] +
87 convert_float4(py1[x1]) * coeff[6] +
88 convert_float4(py1[x2]) * coeff[7] +
89 convert_float4(py1[x3]) * coeff[8] +
90 convert_float4(py1[x4]) * coeff[9] +
141 const uchar4 *py1 = (const uchar4 *)(pin + stride * y1); 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,
82 convert_float4(py1[x1]) * coeff[3] +
83 convert_float4(py1[x]) * coeff[4] +
84 convert_float4(py1[x2]) * coeff[5] +
109 const uchar4 *py1 = (const uchar4 *)(pin + stride * p->y); 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 375 const char py1 = *spl_trie.get_spelling_str(id1[i]); local
378 if (py1 == py2)
395 const char py1 = *spl_trie.get_spelling_str(id1[i]); local
398 if (py1 == py2)
400 if (py1 > py2)
    [all...]

Completed in 100 milliseconds