Home
last modified time | relevance | path

Searched refs:planeBytes (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libavif/src/apps/shared/
H A Dy4m.c302 uint32_t planeBytes[4]; in y4mRead() local
303 planeBytes[0] = avif->yuvRowBytes[0] * avif->height; in y4mRead()
307 planeBytes[3] = avif->alphaRowBytes * avif->height; in y4mRead()
309 planeBytes[3] = 0; in y4mRead()
314 if (bytesRead != planeBytes[i]) { in y4mRead()
321 if (fread(avif->alphaPlane, 1, planeBytes[3], frame.inputFile) != planeBytes[3]) { in y4mRead()
458 uint32_t planeBytes[3]; in y4mWrite() local
462 planeBytes[0] = avif->yuvRowBytes[0] * avif->height; in y4mWrite()
463 planeBytes[1] = avif->yuvRowBytes[1] * (avif->height >> info.chromaShiftY); in y4mWrite()
464 planeBytes[2] = avif->yuvRowBytes[2] * (avif->height >> info.chromaShiftY); in y4mWrite()
[all …]
/dports/graphics/libavif/libavif-0.9.3/apps/shared/
H A Dy4m.c366 uint32_t planeBytes[4]; in y4mRead() local
367 planeBytes[0] = avif->yuvRowBytes[0] * avif->height; in y4mRead()
371 planeBytes[3] = avif->alphaRowBytes * avif->height; in y4mRead()
373 planeBytes[3] = 0; in y4mRead()
378 if (bytesRead != planeBytes[i]) { in y4mRead()
384 if (fread(avif->alphaPlane, 1, planeBytes[3], frame.inputFile) != planeBytes[3]) { in y4mRead()
521 uint32_t planeBytes[3]; in y4mWrite() local
525 planeBytes[0] = avif->yuvRowBytes[0] * avif->height; in y4mWrite()
526 planeBytes[1] = avif->yuvRowBytes[1] * (avif->height >> info.chromaShiftY); in y4mWrite()
527 planeBytes[2] = avif->yuvRowBytes[2] * (avif->height >> info.chromaShiftY); in y4mWrite()
[all …]
/dports/lang/python27/Python-2.7.18/Mac/Demo/imgbrowse/
H A Dmac_image.py38 planeBytes, pmTable, pmReserved \
48 print 'planeBytes: %d (0x%x)'%(planeBytes, planeBytes)
/dports/lang/python-legacy/Python-2.7.18/Mac/Demo/imgbrowse/
H A Dmac_image.py38 planeBytes, pmTable, pmReserved \
48 print 'planeBytes: %d (0x%x)'%(planeBytes, planeBytes)
/dports/editors/ted/Ted-2.23/bitmap/
H A DbmMacPictRaster.c320 int planeBytes; in bmMacPictGetImage() local
335 planeBytes= sioEndianGetBeInt32( sis ); bytesRead += 4; in bmMacPictGetImage()
371 planeBytes= planeBytes; in bmMacPictGetImage()
/dports/net-p2p/shx/shx-0.2.4/include/
H A Dcicn.h62 u_int32_t planeBytes PACKED; /* offset to next plane */
/dports/games/libretro-scummvm/scummvm-7b1e929/image/
H A Dpict.h77 uint32 planeBytes; member
H A Dpict.cpp291 pixMap.planeBytes = stream.readUint32BE(); in readPixMap()
/dports/games/residualvm/residualvm-0.3.1/image/
H A Dpict.h77 uint32 planeBytes; member
H A Dpict.cpp285 pixMap.planeBytes = stream.readUint32BE(); in readPixMap()
/dports/games/scummvm/scummvm-2.5.1/image/
H A Dpict.h82 uint32 planeBytes; member
H A Dpict.cpp291 pixMap.planeBytes = stream.readUint32BE(); in readPixMap()
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DPluginPICT.cpp319 LONG planeBytes; member
365 pPixMap->planeBytes = Read32( io, handle ); in ReadPixmap()
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DPICT.pm208 planeBytes => 'int32u',
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DPICT.pm208 planeBytes => 'int32u',
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dpicttoppm.c79 Longword planeBytes; member
2097 p->planeBytes = readLong(); in readPixmap()
3845 p.planeBytes = readLong(); in directBits()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dimage.c305 im->pixelMap->planeBytes = 0; in Nlm_AllocateImage()
H A Dncbidraw.c7137 pixelMap->planeBytes = 0;