/third_party/cups-filters/cupsfilters/ |
H A D | image-sgilib.c | 69 for (i = sgip->ysize * sgip->zsize, offset = sgip->table[0]; in sgiClose() 75 for (i = sgip->ysize * sgip->zsize, offset = sgip->length[0]; in sgiClose() 121 z < 0 || z >= sgip->zsize) in sgiGetRow() 174 int zsize) /* I - Number of channels */ in sgiOpen() 188 if ((sgip = sgiOpenFile(file, mode, comp, bpp, xsize, ysize, zsize)) == NULL) in sgiOpen() 206 int zsize) /* I - Number of channels */ in sgiOpenFile() 236 sgip->zsize = getshort(sgip->file); in sgiOpenFile() 248 if ((sgip->table = calloc(sgip->zsize, sizeof(long *))) == NULL) in sgiOpenFile() 254 if ((sgip->table[0] = calloc(sgip->ysize * sgip->zsize, in sgiOpenFile() 262 for (i = 1; i < sgip->zsize; in sgiOpenFile() 168 sgiOpen(const char *filename, int mode, int comp, int bpp, int xsize, int ysize, int zsize) sgiOpen() argument 200 sgiOpenFile(FILE *file, int mode, int comp, int bpp, int xsize, int ysize, int zsize) sgiOpenFile() argument [all...] |
H A D | image-sgi.c | 70 sgip->zsize == 0 || sgip->zsize > 4) in _cupsImageReadSGI() 73 sgip->xsize, sgip->ysize, sgip->zsize); in _cupsImageReadSGI() 78 if (sgip->zsize < 3) in _cupsImageReadSGI() 90 if ((in = malloc(img->xsize * sgip->zsize)) == NULL) in _cupsImageReadSGI() 105 if ((rows[0] = calloc(img->xsize * sgip->zsize, in _cupsImageReadSGI() 115 for (i = 1; i < sgip->zsize; i ++) in _cupsImageReadSGI() 124 for (i = 0; i < sgip->zsize; i ++) in _cupsImageReadSGI() 127 switch (sgip->zsize) in _cupsImageReadSGI() 207 if (sgip->zsize < in _cupsImageReadSGI() [all...] |
H A D | image-sgi.h | 51 zsize; /* Number of channels */ member 69 int xsize, int ysize, int zsize); 71 int xsize, int ysize, int zsize);
|
/third_party/ffmpeg/libavcodec/ |
H A D | flashsvenc.c | 174 unsigned long zsize = 3 * block_width * block_height; in encode_bitstream() local 175 ret = compress2(ptr + 2, &zsize, s->tmpblock, in encode_bitstream() 182 bytestream_put_be16(&ptr, zsize); in encode_bitstream() 183 buf_pos += zsize + 2; in encode_bitstream()
|
H A D | g2meet.c | 1054 int hdr, zsize, npal, tidx = -1, ret; in kempf_decode_tile() local 1106 zsize = (src[0] << 8) | src[1]; in kempf_decode_tile() 1109 if (src_end - src < zsize + (sub_type != 2)) in kempf_decode_tile() 1112 ret = uncompress(c->kempf_buf, &dlen, src, zsize); in kempf_decode_tile() 1115 src += zsize; in kempf_decode_tile()
|
/third_party/elfutils/libelf/ |
H A D | elf_strptr.c | 44 size_t zsize, zalign; in get_zdata() local 45 void *zdata = __libelf_decompress_elf (strscn, &zsize, &zalign); in get_zdata() 50 strscn->zdata_size = zsize; in get_zdata()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | ASTC_Decoder.cpp | 33 int xsize, int ysize, int zsize, in write_imageblock() 54 if(xi >= 0 && yi >= 0 && zi >= 0 && xi < xsize && yi < ysize && zi < zsize) in write_imageblock() 29 write_imageblock(unsigned char *img, const imageblock *pb, int xsize, int ysize, int zsize, int bytes, int destPitchB, int destSliceB, bool isUnsignedByte, int xdim, int ydim, int zdim, int xpos, int ypos, int zpos) write_imageblock() argument
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_image.cpp | 163 unsigned int zsize = img.dim_z; in load_image_block() local 213 unsigned int zi = astc::min(zpos + z, zsize - 1); in load_image_block()
|
/third_party/python/Lib/test/ |
H A D | test_types.py | 144 xsize, ysize, zsize = 238, 356, 4 145 if not (xsize*ysize*zsize == zsize*xsize*ysize == 338912):
|