HomeSort by relevance Sort by last modified time
    Searched full:xsize (Results 26 - 50 of 233) sorted by null

12 3 4 5 6 7 8 910

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTiledMisc.cpp 95 V2i tileMin = V2i (minX + dx * tileDesc.xSize,
98 V2i tileMax = tileMin + V2i (tileDesc.xSize - 1, tileDesc.ySize - 1);
291 tileDesc.xSize,
ImfMisc.h 161 // skip over the data for xSize pixels of type typeInFile.
169 size_t xSize);
245 // xSize number of pixels to be filled with zeroes.
251 size_t xSize);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SPVerifier.java 111 int xSize = -1;
125 xSize = (int) castObject(imageInfo.next(), Asn1Integer.class).getValue();
143 mXsize = complement(xSize);
181 ", xSize=" + mXsize +
  /external/valgrind/exp-dhat/
dh_main.c 207 Exactly xsize all retiring blocks are of this size
211 SizeT xsize; member in struct:__anon25861
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...]
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 411 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize)
428 int xSizeClient = xSize - mx * 2;
440 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_STATUS), xSize - mx * 2);
441 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_FILE_NAME), xSize - mx * 2);
442 ChangeSubWindowSizeX(GetItem(IDC_PROGRESS1), xSize - mx * 2);
466 int xx = xSize - mx * 2;
478 int xPos = xSize - mx;
ProgressDialog2.h 209 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
  /external/opencv3/3rdparty/libwebp/enc/
histogram.c 335 static void HistogramBuildImage(int xsize, int histo_bits,
340 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits);
348 while (x >= xsize) {
349 x -= xsize;
481 int VP8LGetHistoImageSymbols(int xsize, int ysize,
487 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1;
501 HistogramBuildImage(xsize, histo_bits, refs, image_out);
histogram.h 91 int VP8LGetHistoImageSymbols(int xsize, int ysize,
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 957 int xSize,
972 x2 = xPos + xSize;
978 x1 = xPos + xSize;
984 x0 = xPos + xSize;
986 x1 = xPos + xSize;
992 x0 = xPos + xSize;
996 x2 = xPos + xSize;
  /external/opencv3/3rdparty/libwebp/dec/
vp8l.c 77 static int DecodeImageStream(int xsize, int ysize,
139 static WEBP_INLINE int PlaneCodeToDistance(int xsize, int plane_code) {
146 const int dist = yoffset * xsize + xoffset;
300 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize,
312 const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision);
593 const uint32_t* const image, int xsize, int bits, int x, int y) {
595 return image[xsize * (y >> bits) + (x >> bits)];
    [all...]
  /external/bison/lib/
xsize.h 0 /* xsize.h -- Checked size_t computations.
  /external/e2fsprogs/intl/
xsize.h 0 /* xsize.h -- Checked size_t computations.
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 116 int xSize,
  /external/lzma/CPP/Windows/
Window.h 135 bool ChangeSubWindowSizeX(HWND hwnd, int xSize)
143 return BOOLToBool(::MoveWindow(hwnd, p1.x, p1.y, xSize, rect.bottom - rect.top, TRUE));
  /external/opencv3/modules/video/
opencl_kernels_video.cpp     [all...]
  /external/webp/src/enc/
histogram.c 417 int xsize, int histo_bits, const VP8LBackwardRefs* const backward_refs,
420 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits);
429 while (x >= xsize) {
430 x -= xsize;
864 int VP8LGetHistoImageSymbols(int xsize, int ysize,
872 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1;
    [all...]
histogram.h 101 int VP8LGetHistoImageSymbols(int xsize, int ysize,
  /external/webp/src/dec/
vp8l.c 103 static int DecodeImageStream(int xsize, int ysize,
166 static WEBP_INLINE int PlaneCodeToDistance(int xsize, int plane_code) {
173 const int dist = yoffset * xsize + xoffset;
174 return (dist >= 1) ? dist : 1; // dist<1 can happen if xsize is very small
357 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize,
374 const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision);
680 const uint32_t* const image, int xsize, int bits, int x, int y) {
682 return image[xsize * (y >> bits) + (x >> bits)];
    [all...]
  /external/webp/src/dsp/
lossless_enc.c     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 263 * @param xSize The width size of the content. This should not be 0.
267 public boolean onContentDrawn(int xOffset, int yOffset, int xSize, int ySize) {
271 mLastContentWidth = xSize;
  /system/tpm/trunks/ftdi/
mpsse.c 158 mpsse->xsize = I2C_TRANSFER_SIZE;
160 mpsse->xsize = SPI_RW_SIZE;
700 if (txsize > mpsse->xsize) {
701 txsize = mpsse->xsize;
754 if (rxsize > mpsse->xsize) {
755 rxsize = mpsse->xsize;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
gmp.h     [all...]
  /external/bison/
Android.mk 100 lib/xsize.c \

Completed in 2246 milliseconds

12 3 4 5 6 7 8 910