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

  /external/clang/test/Analysis/
cxx11-crashes.cpp 38 const float ysize={0.015}, xsize={0.01}; local
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrsbit.c 364 FT_UInt xsize, ysize; local
372 xsize = 0;
412 xsize = 0;
419 xsize = ( b >> 4 ) & 0xF;
425 xsize = PFR_NEXT_BYTE( p );
431 xsize = PFR_NEXT_USHORT( p );
467 *axsize = xsize;
604 FT_UInt xsize = 0, ysize = 0, format = 0; local
631 &xsize, &ysize,
640 * (xsize * ysize + 7) / 8 <= gps_siz
    [all...]
  /external/opencv3/modules/features2d/src/
agast.cpp 65 int xsize = img.cols; local
69 register int xsizeB = xsize - 2;
87 width = xsize;
825 int xsize = img.cols; local
3269 int xsize = img.cols; local
5350 int xsize = img.cols; local
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
backward_references.c 57 static int DistanceToPlaneCode(int xsize, int dist) {
58 const int yoffset = dist / xsize;
59 const int xoffset = dist - yoffset * xsize;
62 } else if (xoffset > xsize - 8 && yoffset < 7) {
63 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1;
146 static void GetParamsForHashChainFindCopy(int quality, int xsize,
153 : (quality > 25) ? (xsize << 8)
154 : (xsize << 4);
155 assert(xsize > 0);
174 const uint32_t xsize = (uint32_t)xsize_signed local
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 1011 size_t xsize; \/* size of result *\/ local
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 207 Exactly xsize all retiring blocks are of this size
211 SizeT xsize; member in struct:__anon25398
212 UInt* histo; /* [0 .. xsize-1] */
248 api->xsize = 0;
334 // histo stuff. First, do state transitions for xsize/xsize_tag.
338 tl_assert(api->xsize == 0);
342 api->xsize = bk->req_szB;
343 if (0) VG_(printf)("api %p --> Exactly(%lu)\n", api, api->xsize);
347 api->xsize * sizeof(UInt));
348 VG_(memset)(api->histo, 0, api->xsize * sizeof(UInt))
    [all...]
  /system/tpm/trunks/ftdi/
mpsse.h 161 int xsize; member in struct:mpsse_context
  /external/libmtp/src/
ptp.c 2039 unsigned int xsize; local
    [all...]

Completed in 258 milliseconds