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

  /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...]

Completed in 56 milliseconds