/external/webp/src/dec/ |
frame_dec.c | 408 const int ysize = extra_y_rows * dec->cache_y_stride_; local 412 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset; 488 memcpy(dec->cache_y_ - ysize, ydst + 16 * dec->cache_y_stride_, ysize);
|
vp8l_dec.c | 104 static int DecodeImageStream(int xsize, int ysize, 358 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, 376 const int huffman_ysize = VP8LSubSampleSize(ysize, huffman_precision); [all...] |
/external/webp/src/enc/ |
predictor_enc.c | 677 int quality, int xsize, int ysize, 685 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize); 701 static void CopyTileWithColorTransform(int xsize, int ysize, 707 int yscan = GetMin(max_tile_size, ysize - tile_y);
|
histogram_enc.c | [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/python/cpython3/Lib/test/ |
test_types.py | 127 xsize, ysize, zsize = 238, 356, 4 128 if not (xsize*ysize*zsize == zsize*xsize*ysize == 338912): [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
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...] |
/external/python/cpython2/Lib/lib-tk/ |
Tix.py | 250 def grid(self, xsize=0, ysize=0): 251 if (not xsize) and (not ysize): 258 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize) [all...] |
/external/python/cpython3/Lib/tkinter/ |
tix.py | 242 def grid(self, xsize=0, ysize=0): 243 if (not xsize) and (not ysize): 250 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize) [all...] |
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |
/external/google-styleguide/cpplint/ |
cpplint_unittest.py | [all...] |
/prebuilts/go/darwin-x86/src/crypto/sha512/ |
sha512_test.go | [all...] |
/prebuilts/go/linux-x86/src/crypto/sha512/ |
sha512_test.go | [all...] |