HomeSort by relevance Sort by last modified time
    Searched full:xlast (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 233 int xLast = flipX ? quad.posA.x() : quad.posB.x();
236 float width = (float)(xLast - xFirst + 1);
246 for (int x = xFirst; x <= xLast; x++)
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_argb.cc 200 int64 xlast = x + (int64)(dst_width - 1) * dx; local
201 int64 xl = (dx >= 0) ? x : xlast;
202 int64 xr = (dx >= 0) ? xlast : x;
  /external/libyuv/files/source/
scale_argb.cc 272 int64 xlast = x + (int64)(dst_width - 1) * dx; local
273 int64 xl = (dx >= 0) ? x : xlast;
274 int64 xr = (dx >= 0) ? xlast : x;
    [all...]

Completed in 1931 milliseconds