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

1 2

  /external/syslinux/com32/lib/syslinux/video/
reportmode.c 36 void syslinux_report_video_mode(uint16_t flags, uint16_t xsize, uint16_t ysize)
41 using_vga(flags, xsize, ysize);
  /external/syslinux/com32/include/syslinux/
video.h 40 void syslinux_report_video_mode(uint16_t flags, uint16_t xsize, uint16_t ysize);
  /external/webp/src/enc/
near_lossless_enc.c 74 static void NearLossless(int xsize, int ysize, const uint32_t* argb_src,
85 for (y = 0; y < ysize; ++y, argb_src += stride, argb_dst += xsize) {
86 if (y == 0 || y == ysize - 1) {
114 const int ysize = picture->height; local
127 ysize < MIN_DIM_FOR_NEAR_LOSSLESS) ||
128 ysize < 3) {
129 for (i = 0; i < ysize; ++i) {
137 NearLossless(xsize, ysize, picture->argb, stride, limit_bits, copy_buffer,
140 NearLossless(xsize, ysize, argb_dst, xsize, i, copy_buffer, argb_dst);
histogram_enc.h 103 int VP8LGetHistoImageSymbols(int xsize, int ysize,
backward_references_enc.c 225 const uint32_t* const argb, int xsize, int ysize,
227 const int size = xsize * ysize;
410 static int BackwardReferencesRle(int xsize, int ysize,
413 const int pix_count = xsize * ysize;
453 static int BackwardReferencesLz77(int xsize, int ysize,
462 const int pix_count = xsize * ysize;
525 static int BackwardReferencesLz77Box(int xsize, int ysize,
531 const int pix_count = xsize * ysize;
538 (uint16_t*)WebPSafeMalloc(xsize * ysize, sizeof(*counts_ini));
670 return BackwardReferencesLz77(xsize, ysize, argb, cache_bits, hash_chain
    [all...]
backward_references_enc.h 138 const uint32_t* const argb, int xsize, int ysize,
backward_references_cost_enc.c 564 int xsize, int ysize, const uint32_t* const argb, int cache_bits,
570 const int pix_count = xsize * ysize;
758 int xsize, int ysize, const uint32_t* const argb, int cache_bits,
761 int VP8LBackwardReferencesTraceBackwards(int xsize, int ysize,
768 const int dist_array_size = xsize * ysize;
777 xsize, ysize, argb, cache_bits, hash_chain, refs_src, dist_array)) {
  /external/python/cpython2/Modules/
imgfile.c 90 int xsize, ysize, zsize; local
117 ysize = image->ysize;
133 rv = PyString_FromStringAndSize((char *)NULL, xsize*ysize*zsize);
142 yfirst = ysize-1;
147 ylast = ysize;
216 xscale(IMAGE *image, int xsize, int ysize, int zsize,
222 glob_ysize = ysize;
225 filterzoom(xs_get, xs_put_c, xsize, ysize,
229 filterzoom(xs_get, xs_put_0, xsize, ysize,
246 int xsize, ysize, zsize; local
397 int xsize, ysize, zsize, len; local
    [all...]
fmmodule.c 99 info.ysize,
  /external/syslinux/utils/
lss16toppm 44 ($magic, $xsize, $ysize, @colorset) = unpack("Vvvc48", $header);
82 print "$xsize $ysize\n";
85 for ( $y = 0 ; $y < $ysize ; $y++ ) {
ppmtolss16 21 ## uint16 ysize ; littleendian
218 $ysize = get_numeric_token();
228 for ( $y = 0 ; $y < $ysize ; $y++ ) {
231 die "$0: Premature EOF at ($x,$y) of ($xsize,$ysize)\n"
304 print pack("Vvv", $magic, $xsize, $ysize);
370 for ( $y = 0 ; $y < $ysize ; $y++ ) {
390 $pixels = $xsize * $ysize;
  /external/freetype/src/pfr/
pfrsbit.c 413 FT_UInt xsize, ysize; local
422 ysize = 0;
462 ysize = 0;
469 ysize = b & 0xF;
475 ysize = PFR_NEXT_BYTE( p );
481 ysize = PFR_NEXT_USHORT( p );
517 *aysize = ysize;
657 FT_UInt xsize = 0, ysize = 0, format = 0; local
684 &xsize, &ysize,
695 * (xsize * ysize + 7) / 8 <= gps_siz
    [all...]
  /external/clang/test/Analysis/
cxx11-crashes.cpp 37 const float ysize={0.015}, xsize={0.01}; local
  /external/syslinux/com32/lib/sys/vesa/
background.c 85 int ysize = __vesa_info.mi.v_res; local
91 for (y = 0 ; y < ysize ; y += height) {
92 yl = min(height, ysize-y);
297 uint16_t ysize; member in struct:lss16_header
311 h->ysize <= __vesa_info.mi.v_res);
346 for (y = 0; y < h->ysize; y++) {
  /external/python/cpython2/RISCOS/Modules/
drawfmodule.c 244 int xsize,ysize,x,y; local
252 (int*)&fill,(int*)&bg_hint,(int*)&style,&xsize,&ysize)) return NULL;
268 dtext->ysize=ysize;
274 box->x0=x;box->y0=y;box->x1=x+len*xsize;box->y1=y+ysize;
282 int xsize,ysize,x,y; local
294 (int*)&fill,(int*)&bg_hint,(int*)&style,&xsize,&ysize,&t1,&t2,&t3,&t4,&t5,&t6)) return NULL;
317 dtext->ysize=ysize;
323 box->x0=x;box->y0=y;box->x1=x+len*xsize;box->y1=y+ysize;
    [all...]
  /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...]
  /external/lisa/libs/utils/analysis/
tasks_analysis.py 259 ysize = 0
266 ysize = ysize + (8 if plot_id else 4)
290 plt.figure(figsize=(16, ysize))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_types.py 131 xsize, ysize, zsize = 238, 356, 4
132 if not (xsize*ysize*zsize == zsize*xsize*ysize == 338912):
  /external/python/cpython2/Lib/test/
test_types.py 131 xsize, ysize, zsize = 238, 356, 4
132 if not (xsize*ysize*zsize == zsize*xsize*ysize == 338912):
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/libpng/contrib/libtests/
makepng.c 817 unsigned int ysize; local
833 ysize = 1U;
839 ysize = 256U;
844 ysize = size;
884 png_set_IHDR(png_ptr, info_ptr, size, ysize, bit_depth, color_type,
964 for (y=0; y<ysize; ++y)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fmmodule.c 99 info.ysize,

Completed in 681 milliseconds

1 2