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

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

Completed in 205 milliseconds