Home
last modified time | relevance | path

Searched refs:pixel_count (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiff2rgba.c387 size_t pixel_count; in cvt_whole_image() local
391 pixel_count = width * height; in cvt_whole_image()
394 if (!width || !height || pixel_count / width != height) { in cvt_whole_image()
404 raster = (uint32*)_TIFFCheckMalloc(in, pixel_count, sizeof(uint32), "raster buffer"); in cvt_whole_image()
407 (unsigned long)pixel_count, (unsigned long)sizeof(uint32)); in cvt_whole_image()
431 size_t count = pixel_count; in cvt_whole_image()
H A Drgb2ycbcr.c294 size_t pixel_count; in tiffcvt() local
298 pixel_count = width * height; in tiffcvt()
301 if (!width || !height || pixel_count / width != height) { in tiffcvt()
309 raster = (uint32*)_TIFFCheckMalloc(in, pixel_count, sizeof(uint32), in tiffcvt()
314 (unsigned long)pixel_count, in tiffcvt()