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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 90 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4,
105 convert_float4(py1[x0]) * coeff[5] +
106 convert_float4(py1[x1]) * coeff[6] +
107 convert_float4(py1[x2]) * coeff[7] +
108 convert_float4(py1[x3]) * coeff[8] +
109 convert_float4(py1[x4]) * coeff[9] +
133 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4,
148 convert_float2(py1[x0]) * coeff[5] +
149 convert_float2(py1[x1]) * coeff[6] +
150 convert_float2(py1[x2]) * coeff[7]
367 const uchar4 *py1 = (const uchar4 *)(pin + stride * y1); local
416 const uchar2 *py1 = (const uchar2 *)(pin + stride * y1); local
465 const uchar *py1 = (const uchar *)(pin + stride * y1); local
514 const float4 *py1 = (const float4 *)(pin + stride * y1); local
563 const float2 *py1 = (const float2 *)(pin + stride * y1); local
612 const float *py1 = (const float *)(pin + stride * y1); local
    [all...]
rsCpuIntrinsicConvolve3x3.cpp 92 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2,
101 convert_float4(py1[x1]) * coeff[3] +
102 convert_float4(py1[x]) * coeff[4] +
103 convert_float4(py1[x2]) * coeff[5] +
114 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2,
123 convert_float2(py1[x1]) * coeff[3] +
124 convert_float2(py1[x]) * coeff[4] +
125 convert_float2(py1[x2]) * coeff[5] +
135 const uchar *py0, const uchar *py1, const uchar *py2,
144 ((float)py1[x1]) * coeff[3]
201 const uchar4 *py1 = (const uchar4 *)(pin + stride * p->y); local
248 const uchar2 *py1 = (const uchar2 *)(pin + stride * p->y); local
293 const uchar *py1 = (const uchar *)(pin + stride * p->y); local
338 const float4 *py1 = (const float4 *)(pin + stride * p->y); local
383 const float2 *py1 = (const float2 *)(pin + stride * p->y); local
427 const float *py1 = (const float *)(pin + stride * p->y); local
    [all...]
  /external/pixman/demos/
quad2quad.c 16 double px1, double py1,
121 t8 = py1 * (t7 + t6 + t4);
142 t24 = py1 * (t3 + t23 + t22);
164 t41 = py1 * (t40 + t39 + t38);
176 t50 = py1 * (t49 + t48 + t47);
240 t100 = py1 * t99;
245 t104 = py1 * t103;
320 t162 = py1 * t76;
330 t170 = py1 * t169;
348 t183 = y1 * (px1 * t182 + py1 * t179 + t149 + t148 + t176
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
stroker.h 78 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
85 void stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
path.h 113 void path_cubic_to(struct path *p, float px1, float py1,
stroker.c 583 void stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
588 VGfloat coords[6] = {px1, py1, px2, py2, x, y};
590 debug_printf("emit curve %f, %f, %f, %f, %f, %f\n", px1, py1,
595 if (px1 == x && py1 == y) {
600 stroker->back2_y = py1;
827 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
831 VGfloat coords[] = {px1, py1,
836 px1, py1, px2, py2, x, y);
    [all...]
path.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.h 78 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
85 void stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
path.h 113 void path_cubic_to(struct path *p, float px1, float py1,
stroker.c 583 void stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
588 VGfloat coords[6] = {px1, py1, px2, py2, x, y};
590 debug_printf("emit curve %f, %f, %f, %f, %f, %f\n", px1, py1,
595 if (px1 == x && py1 == y) {
600 stroker->back2_y = py1;
827 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
831 VGfloat coords[] = {px1, py1,
836 px1, py1, px2, py2, x, y);
    [all...]
path.c     [all...]
  /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 436 milliseconds