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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_resize.rs 56 uint32_t xs0 = (uint32_t) max(0, startx + 0);
66 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys0));
72 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys1));
78 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys2));
84 float4 p30 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys3));
106 uint32_t xs0 = (uint32_t) max(0, startx + 0);
116 float3 p00 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys0));
122 float3 p10 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys1));
128 float3 p20 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys2));
134 float3 p30 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys3))
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
resize.rs 54 uint32_t xs0 = (uint32_t) max(0, startx + 0);
64 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys0));
70 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys1));
76 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys2));
82 float4 p30 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys3));
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
resize.rs 54 uint32_t xs0 = (uint32_t) max(0, startx + 0);
64 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys0));
70 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys1));
76 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys2));
82 float4 p30 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys3));
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
resize.rs 54 uint32_t xs0 = (uint32_t) max(0, startx + 0);
64 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys0));
70 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys1));
76 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys2));
82 float4 p30 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys3));
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 98 int xs0 = rsMax(0, startx + 0); local
103 float4 p0 = cubicInterpolate(convert_float4(yp0[xs0]),
108 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]),
113 float4 p2 = cubicInterpolate(convert_float4(yp2[xs0]),
118 float4 p3 = cubicInterpolate(convert_float4(yp3[xs0]),
133 int xs0 = rsMax(0, startx + 0); local
138 float2 p0 = cubicInterpolate(convert_float2(yp0[xs0]),
143 float2 p1 = cubicInterpolate(convert_float2(yp1[xs0]),
148 float2 p2 = cubicInterpolate(convert_float2(yp2[xs0]),
153 float2 p3 = cubicInterpolate(convert_float2(yp3[xs0]),
168 int xs0 = rsMax(0, startx + 0); local
249 int xs0 = rsMax(0, startx + 0); local
272 int xs0 = rsMax(0, startx + 0); local
295 int xs0 = rsMax(0, startx + 0); local
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp 793 FX_INT32 xs0 = 0, ys0 = 0, xs1 = 0, ys1 = 0, xd0 = 0, yd0 = 0, xd1 = 0, local
816 xs0 = -x;
823 if((ys0 >= ys1) || (xs0 >= xs1)) {
826 w = xs1 - xs0;
838 s1 = xs0 & 31;
842 lineSrc = m_pData + ys0 * m_nStride + ((xs0 >> 5) << 2);
843 lineLeft = m_nStride - ((xs0 >> 5) << 2);
846 if((xs0 & ~31) == ((xs1 - 1) & ~31)) {
1210 FX_INT32 xs0, ys0, xs1, ys1, xd0, yd0, xd1, yd1, xx, yy, w, h, middleDwords, lineLeft; local
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp     [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 516 constexpr int xs0 = p[-3]; // ok
    [all...]

Completed in 229 milliseconds