HomeSort by relevance Sort by last modified time
    Searched refs:xsize (Results 1 - 25 of 43) 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/webp/src/enc/
near_lossless_enc.c 72 static void NearLossless(int xsize, int ysize, uint32_t* argb,
77 uint32_t* curr_row = prev_row + xsize;
78 uint32_t* next_row = curr_row + xsize;
79 memcpy(copy_buffer, argb, xsize * 2 * sizeof(argb[0]));
82 uint32_t* const curr_argb_row = argb + y * xsize;
83 uint32_t* const next_argb_row = curr_argb_row + xsize;
84 memcpy(next_row, next_argb_row, xsize * sizeof(argb[0]));
85 for (x = 1; x < xsize - 1; ++x) {
100 int VP8ApplyNearLossless(int xsize, int ysize, uint32_t* argb, int quality) {
103 (uint32_t*)WebPSafeMalloc(xsize * 3, sizeof(*copy_buffer))
    [all...]
backward_references_enc.c 59 static int DistanceToPlaneCode(int xsize, int dist) {
60 const int yoffset = dist / xsize;
61 const int xoffset = dist - yoffset * xsize;
64 } else if (xoffset > xsize - 8 && yoffset < 7) {
65 return plane_to_code_lut[(yoffset + 1) * 16 + 8 + (xsize - xoffset)] + 1;
233 static int GetWindowSizeForHashChain(int quality, int xsize) {
235 : (quality > 50) ? (xsize << 8)
236 : (quality > 25) ? (xsize << 6)
237 : (xsize << 4);
238 assert(xsize > 0)
    [all...]
histogram_enc.h 101 int VP8LGetHistoImageSymbols(int xsize, int ysize,
predictor_enc.c 657 int quality, int xsize, int ysize,
664 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize);
668 const uint32_t* const tile_argb = argb + tile_y_offset * xsize
673 GetBestGreenToRed(tile_argb, xsize, tile_width, tile_height,
675 GetBestGreenRedToBlue(tile_argb, xsize, tile_width, tile_height,
681 static void CopyTileWithColorTransform(int xsize, int ysize,
686 const int xscan = GetMin(max_tile_size, xsize - tile_x);
688 argb += tile_y * xsize + tile_x;
691 argb += xsize;
histogram_enc.c 466 int xsize, int histo_bits, const VP8LBackwardRefs* const backward_refs,
469 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits);
478 while (x >= xsize) {
479 x -= xsize;
    [all...]
backward_references_enc.h 133 const uint32_t* const argb, int xsize, int ysize,
vp8i_enc.h 507 int VP8ApplyNearLossless(int xsize, int ysize, uint32_t* argb, int quality);
509 void VP8ApplyNearLosslessPredict(int xsize, int ysize, int pred_bits,
  /external/syslinux/com32/include/syslinux/
video.h 40 void syslinux_report_video_mode(uint16_t flags, uint16_t xsize, uint16_t ysize);
  /external/syslinux/memdisk/
postprocess.pl 33 $xsize = $sectors << 9;
39 if ( $size != $xsize ) {
41 print OUT "\0" x ($xsize-$size);
48 seek(OUT, $xsize, SEEK_SET);
  /external/syslinux/utils/
lss16toppm 44 ($magic, $xsize, $ysize, @colorset) = unpack("Vvvc48", $header);
82 print "$xsize $ysize\n";
89 while ( $x < $xsize ) {
105 $c = $xsize-$x if ( $c > $xsize-$x );
ppmtolss16 20 ## uint16 xsize ; littleendian
217 $xsize = get_numeric_token();
230 for ( $x = 0 ; $x < $xsize ; $x++ ) {
231 die "$0: Premature EOF at ($x,$y) of ($xsize,$ysize)\n"
304 print pack("Vvv", $magic, $xsize, $ysize);
373 for ( $x = 0 ; $x < $xsize ; $x++ ) {
390 $pixels = $xsize * $ysize;
  /external/python/cpython2/Modules/
imgfile.c 90 int xsize, ysize, zsize; local
116 xsize = image->xsize;
125 if ( xsize > 8192 ) {
133 rv = PyString_FromStringAndSize((char *)NULL, xsize*ysize*zsize);
153 for(x=0; x<xsize; x++ )
159 for(x=0; x<xsize; x++ )
216 xscale(IMAGE *image, int xsize, int ysize, int zsize,
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...]
  /external/syslinux/core/mem/
malloc.c 133 size_t newsize, oldsize, xsize; local
165 xsize = oldsize;
180 xsize = ARENA_SIZE_GET(ah->a.attrs);
183 if (xsize >= newsize) {
185 if (xsize >= newsize + 2 * sizeof(struct arena_header)) {
189 ARENA_SIZE_SET(nah->a.attrs, xsize - newsize);
198 //nah->a.size = xsize - newsize;
  /external/syslinux/com32/lib/sys/vesa/
background.c 84 int xsize = __vesa_info.mi.h_res; local
94 for (x = 0 ; x < xsize ; x += width) {
95 xl = min(width, xsize-x);
101 dp += xsize;
102 sp += xsize;
107 drp += xsize*height;
296 uint16_t xsize; member in struct:lss16_header
310 h->xsize <= __vesa_info.mi.h_res &&
353 while (x < h->xsize) {
393 count = min(count, h->xsize - x)
    [all...]
  /external/clang/test/Analysis/
cxx11-crashes.cpp 37 const float ysize={0.015}, xsize={0.01}; local
  /external/valgrind/exp-dhat/
dh_main.c 207 Exactly xsize all retiring blocks are of this size
211 SizeT xsize; member in struct:__anon37597
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/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;
267 dtext->xsize=xsize;
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;
316 dtext->xsize=xsize;
323 box->x0=x;box->y0=y;box->x1=x+len*xsize;box->y1=y+ysize
    [all...]
  /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;
  /external/webp/src/dec/
vp8l_dec.c 104 static int DecodeImageStream(int xsize, int ysize,
167 static WEBP_INLINE int PlaneCodeToDistance(int xsize, int plane_code) {
174 const int dist = yoffset * xsize + xoffset;
175 return (dist >= 1) ? dist : 1; // dist<1 can happen if xsize is very small
358 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize,
375 const int huffman_xsize = VP8LSubSampleSize(xsize, huffman_precision);
687 const uint32_t* const image, int xsize, int bits, int x, int y) {
689 return image[xsize * (y >> bits) + (x >> bits)];
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 1011 size_t xsize; \/* size of result *\/ local
    [all...]
  /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):

Completed in 3012 milliseconds

1 2