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

  /external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/
move_assign_convertible.pass.cpp 28 PY py1(1);
30 py1=std::move(px2);
32 assert(*py1==2);
move_assign_convertible_propagate_const.pass.cpp 28 PY py1(1);
30 py1=std::move(px2);
32 assert(*py1==2);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/
move_assign_convertible.pass.cpp 28 PY py1(1);
30 py1=std::move(px2);
32 assert(*py1==2);
move_assign_convertible_propagate_const.pass.cpp 28 PY py1(1);
30 py1=std::move(px2);
32 assert(*py1==2);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 85 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2,
94 convert_float4(py1[x1]) * coeff[3] +
95 convert_float4(py1[x]) * coeff[4] +
96 convert_float4(py1[x2]) * coeff[5] +
107 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2,
116 convert_float2(py1[x1]) * coeff[3] +
117 convert_float2(py1[x]) * coeff[4] +
118 convert_float2(py1[x2]) * coeff[5] +
128 const uchar *py0, const uchar *py1, const uchar *py2,
137 ((float)py1[x1]) * coeff[3]
194 const uchar4 *py1 = (const uchar4 *)(pin + stride * info->current.y); local
241 const uchar2 *py1 = (const uchar2 *)(pin + stride * info->current.y); local
286 const uchar *py1 = (const uchar *)(pin + stride * info->current.y); local
331 const float4 *py1 = (const float4 *)(pin + stride * info->current.y); local
376 const float2 *py1 = (const float2 *)(pin + stride * info->current.y); local
420 const float *py1 = (const float *)(pin + stride * info->current.y); local
    [all...]
rsCpuIntrinsicConvolve5x5.cpp 84 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4,
99 convert_float4(py1[x0]) * coeff[5] +
100 convert_float4(py1[x1]) * coeff[6] +
101 convert_float4(py1[x2]) * coeff[7] +
102 convert_float4(py1[x3]) * coeff[8] +
103 convert_float4(py1[x4]) * coeff[9] +
127 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4,
142 convert_float2(py1[x0]) * coeff[5] +
143 convert_float2(py1[x1]) * coeff[6] +
144 convert_float2(py1[x2]) * coeff[7]
361 const uchar4 *py1 = (const uchar4 *)(pin + stride * y1); local
421 const uchar2 *py1 = (const uchar2 *)(pin + stride * y1); local
470 const uchar *py1 = (const uchar *)(pin + stride * y1); local
519 const float4 *py1 = (const float4 *)(pin + stride * y1); local
568 const float2 *py1 = (const float2 *)(pin + stride * y1); local
617 const float *py1 = (const float *)(pin + stride * y1); local
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 1101 double px1,py1,px2,py2; local
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
pi.c 796 OPJ_INT32 l_px0, l_py0, l_px1, py1; local
922 OPJ_INT32 l_px0, l_py0, l_px1, py1; local
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_appstream.cpp 166 float py1 = pts[i][1].y - pts[i][0].y;
171 << pts[i][0].y + py1 * FX_BEZIER << " "
    [all...]

Completed in 593 milliseconds