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

  /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/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 89 int xs0 = rsMax(0, startx + 0); local
94 float4 p0 = cubicInterpolate(convert_float4(yp0[xs0]),
99 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]),
104 float4 p2 = cubicInterpolate(convert_float4(yp2[xs0]),
109 float4 p3 = cubicInterpolate(convert_float4(yp3[xs0]),
124 int xs0 = rsMax(0, startx + 0); local
129 float2 p0 = cubicInterpolate(convert_float2(yp0[xs0]),
134 float2 p1 = cubicInterpolate(convert_float2(yp1[xs0]),
139 float2 p2 = cubicInterpolate(convert_float2(yp2[xs0]),
144 float2 p3 = cubicInterpolate(convert_float2(yp3[xs0]),
159 int xs0 = rsMax(0, startx + 0); local
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp 779 FX_INT32 xs0, ys0, xs1, ys1, xd0, yd0, xd1, yd1, xx, yy, w, h, middleDwords, lineLeft; local
799 xs0 = -x;
801 xs0 = 0;
808 if((ys0 >= ys1) || (xs0 >= xs1)) {
811 w = xs1 - xs0;
827 s1 = xs0 & 31;
831 lineSrc = m_pData + ys0 * m_nStride + ((xs0 >> 5) << 2);
832 lineLeft = m_nStride - ((xs0 >> 5) << 2);
835 if((xs0 & ~31) == ((xs1 - 1) & ~31)) {
1199 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 514 constexpr int xs0 = p[-3]; // ok
    [all...]

Completed in 241 milliseconds