/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_read.c | 984 if (tile >= td->td_nstrips) { in TIFFReadEncodedTile() 1108 (unsigned long) tile); in TIFFReadRawTile1() 1147 (unsigned long) tile, in TIFFReadRawTile1() 1155 (unsigned long) tile, in TIFFReadRawTile1() 1179 if (tile >= td->td_nstrips) { in TIFFReadRawTile() 1224 (unsigned long) tile); in TIFFFillTile() 1229 (unsigned long) tile); in TIFFFillTile() 1252 (unsigned long) tile, in TIFFFillTile() 1258 (unsigned long) tile, in TIFFFillTile() 1328 (unsigned long) tile); in TIFFFillTile() [all …]
|
A D | tif_write.c | 391 if (tile >= td->td_nstrips) { in TIFFWriteEncodedTile() 393 (unsigned long) tile, (unsigned long) td->td_nstrips); in TIFFWriteEncodedTile() 405 tif->tif_curtile = tile; in TIFFWriteEncodedTile() 407 if( td->td_stripbytecount[tile] > 0 ) in TIFFWriteEncodedTile() 437 tif->tif_row = (tile % howmany32) * td->td_tilelength; in TIFFWriteEncodedTile() 443 tif->tif_col = (tile % howmany32) * td->td_tilewidth; in TIFFWriteEncodedTile() 476 sample = (uint16)(tile/td->td_stripsperimage); in TIFFWriteEncodedTile() 489 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile, in TIFFWriteEncodedTile() 513 if (tile >= tif->tif_dir.td_nstrips) { in TIFFWriteRawTile() 515 (unsigned long) tile, in TIFFWriteRawTile() [all …]
|
A D | tif_tile.c | 44 uint32 tile = 1; in TIFFComputeTile() local 60 tile = (xpt*ypt*zpt)*s + in TIFFComputeTile() 65 tile = (xpt*ypt)*(z/dz) + xpt*(y/dy) + x/dx; in TIFFComputeTile() 67 return (tile); in TIFFComputeTile()
|
A D | tiffio.h | 471 extern tmsize_t TIFFReadEncodedTile(TIFF* tif, uint32 tile, void* buf, tmsize_t size); 472 extern tmsize_t TIFFReadRawTile(TIFF* tif, uint32 tile, void* buf, tmsize_t size); 475 extern tmsize_t TIFFWriteEncodedTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc); 476 extern tmsize_t TIFFWriteRawTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc);
|
A D | tiffiop.h | 379 _TIFFReadEncodedTileAndAllocBuffer(TIFF* tif, uint32 tile,
|
A D | tif_config.h.cmake.in | 17 /* enable deferred strip/tile offset/size loading (experimental) */
|
A D | tif_config.h.in | 24 /* enable deferred strip/tile offset/size loading (experimental) */
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/thirdparty/ |
A D | Makefile | 5 obj-y += tile 25 src_obj += tile
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | bm_hexiom.py | 467 tile = line[p : p + 2] 469 if tile[1] == ".": 472 inctile = int(tile) 475 if tile[0] == "+": 486 tile = line[p : p + 2] 488 if tile[1] == ".": 491 inctile = int(tile) 494 if tile[0] == "+":
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiff2pdf.c | 2101 k=tbc[tile]; in t2p_read_tiff_size_tile() 2911 tile, in t2p_readwrite_pdf_image_tile() 2948 tile, in t2p_readwrite_pdf_image_tile() 2986 tile, in t2p_readwrite_pdf_image_tile() 2992 tile, in t2p_readwrite_pdf_image_tile() 3067 tile, in t2p_readwrite_pdf_image_tile() 3073 tile, in t2p_readwrite_pdf_image_tile() 4852 if(tile != 0){ in t2p_write_pdf_xobject_stream_dict() 4859 if(tile==0){ in t2p_write_pdf_xobject_stream_dict() 4873 if(tile==0){ in t2p_write_pdf_xobject_stream_dict() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | TODO | 4 o tiffcmp read data by strip/tile instead of scanline
|
A D | ChangeLog | 295 backing store) for the whole strip/tile. 674 with "big" tile, without using libjpeg temporary files. 1032 tile width vs image width. Reported as MSVR 35103 1536 * test/Makefile.am: tiff2rgba-quad-tile.jpg.sh depends on the JPEG 2630 Implement optional support for deferring the load of strip/tile 3182 and writing tile based images with bit depths not a multiple of 8 3742 in a tile of data when a single tile had an interleaving of reading 3821 * tif_dirwrite.c: Always write tile/strip offsets and sizes 4801 strip/tile ...' style 5630 tif_pixarlog.c, tif_write.c}: Handle the zero strip/tile sizes [all …]
|
A D | CMakeLists.txt | 645 # Defer loading of strip/tile offsets 646 option(defer-strile-load "enable deferred strip/tile offset/size loading (experimental)" OFF)
|
A D | configure.ac | 977 dnl Should we try to defer loading of strip/tile offsets and sizes to 984 [enable deferred strip/tile offset/size loading (experimental)]), 988 AC_DEFINE(DEFER_STRILE_LOAD,1,[enable deferred strip/tile offset/size loading (experimental)])
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_xcf.c | 631 unsigned char *tile; in do_layer_surface() local 673 tile = load_tile(src, length, hierarchy->bpp, ox, oy); in do_layer_surface() 675 if (!tile) { in do_layer_surface() 685 p8 = tile; in do_layer_surface() 761 if (tile) in do_layer_surface() 762 free_xcf_tile(tile); in do_layer_surface() 772 free_xcf_tile(tile); in do_layer_surface()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/main/ |
A D | Makefile | 82 -Ithirdparty/tile \ 84 -Ithirdparty/tile/tile_target
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | tiffio.h | 471 extern tmsize_t TIFFReadEncodedTile(TIFF* tif, uint32 tile, void* buf, tmsize_t size); 472 extern tmsize_t TIFFReadRawTile(TIFF* tif, uint32 tile, void* buf, tmsize_t size); 475 extern tmsize_t TIFFWriteEncodedTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc); 476 extern tmsize_t TIFFWriteRawTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/ |
A D | Makefile.am | 57 tiff2rgba-quad-tile.jpg.sh 160 images/quad-tile.jpg.tiff \
|
A D | CMakeLists.txt | 106 tiff2rgba-quad-tile.jpg.sh) 122 images/quad-tile.jpg.tiff
|
A D | Makefile.in | 412 @HAVE_JPEG_TRUE@am__EXEEXT_2 = tiff2rgba-quad-tile.jpg.sh 658 @HAVE_JPEG_TRUE@ tiff2rgba-quad-tile.jpg.sh 754 images/quad-tile.jpg.tiff \ 1662 tiff2rgba-quad-tile.jpg.sh.log: tiff2rgba-quad-tile.jpg.sh
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | predictor_enc.c | 47 const int tile[4][256]) { in PredictionCostSpatialHistogram() 52 retval += PredictionCostSpatial(tile[i], 1, kExpValue); in PredictionCostSpatialHistogram() 53 retval += VP8LCombinedShannonEntropy(tile[i], accumulated[i]); in PredictionCostSpatialHistogram()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ |
A D | Makefile | 119 obj-y += ../thirdparty/tile/
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/ |
A D | build_def.bzl | 83 "tile",
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | config.sub | 1052 tile*) 1053 basic_machine=tile-unknown
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | README | 35 "chunk" of data - that "chunk" might be a strip or a tile, and might
|