HomeSort by relevance Sort by last modified time
    Searched refs:ysize (Results 1 - 17 of 17) sorted by null

  /external/webp/src/enc/
backward_references.c 327 static int BackwardReferencesRle(int xsize, int ysize,
330 const int pix_count = xsize * ysize;
349 static int BackwardReferencesHashChain(int xsize, int ysize,
358 const int pix_count = xsize * ysize;
464 int xsize, int ysize, int recursive_cost_model,
490 static int CostModelBuild(CostModel* const m, int xsize, int ysize,
500 if (!BackwardReferencesTraceBackwards(xsize, ysize, recursion_level - 1,
506 if (!BackwardReferencesHashChain(xsize, ysize, argb, cache_bits, quality,
561 int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb,
567 const int pix_count = xsize * ysize;
    [all...]
histogram.h 108 int VP8LGetHistoImageSymbols(int xsize, int ysize,
backward_references.h 203 int xsize, int ysize, int quality,
histogram.c 679 int VP8LGetHistoImageSymbols(int xsize, int ysize,
686 const int histo_ysize = histo_bits ? VP8LSubSampleSize(ysize, histo_bits) : 1;
  /external/clang/test/Analysis/
cxx11-crashes.cpp 38 const float ysize={0.015}, xsize={0.01}; local
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c 450 NJ_INT8 ysize; local
462 ysize = YOMI_INDX_SIZE(hdl);
467 if (ysize == 2) {
470 ytbl = ytbl_top + ((yidx-1) * ysize);
489 NJ_INT8 ysize; local
500 ysize = YOMI_INDX_SIZE(hdl);
511 ytbl = ytbl_top + ((yidx - 1) * ysize);
512 if (ysize == 2) {
564 NJ_UINT16 ysize = (condition->ylen * sizeof(NJ_CHAR)); local
608 ysize = 0
1994 NJ_UINT16 ysize = yomilen * sizeof(NJ_CHAR); local
    [all...]
ndldic.c 64 #define SET_BPOS_AND_YSIZE(x,bpos,ysize) \
65 NJ_INT16_WRITE((x), ((NJ_UINT16)((bpos) << 7) | ((ysize) & 0x7F)))
66 #define SET_FPOS_AND_YSIZE(x,fpos,ysize) \
67 NJ_INT16_WRITE(((x)+1), ((NJ_UINT16)((fpos) << 7) | ((ysize) & 0x7F)))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_types.py 131 xsize, ysize, zsize = 238, 356, 4
132 if not (xsize*ysize*zsize == zsize*xsize*ysize == 338912):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_types.py 131 xsize, ysize, zsize = 238, 356, 4
132 if not (xsize*ysize*zsize == zsize*xsize*ysize == 338912):
  /external/webp/src/dec/
frame.c 251 const int ysize = extra_y_rows * dec->cache_y_stride_; local
255 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset;
331 memcpy(dec->cache_y_ - ysize, ydst + 16 * dec->cache_y_stride_, ysize);
vp8l.c 75 static int DecodeImageStream(int xsize, int ysize,
294 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize,
310 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision);
    [all...]
  /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/webp/src/dsp/
lossless.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 253 def grid(self, xsize=0, ysize=0):
254 if (not xsize) and (not ysize):
261 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 253 def grid(self, xsize=0, ysize=0):
254 if (not xsize) and (not ysize):
261 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize)
    [all...]

Completed in 613 milliseconds