Searched defs:tile (Results 26 - 50 of 76) sorted by relevance

1234

/external/opencv3/3rdparty/libtiff/
H A Dtif_write.c309 * Write and compress a tile of data. The
310 * tile is selected by the (x,y,z,s) coordinates.
318 * NB: A tile size of -1 is used instead of tif_tilesize knowing
319 * that TIFFWriteEncodedTile will clamp this to the tile size.
320 * This is done because the tile size may not be defined until
329 * specified tile. There must be space for the
331 * to a tile to the tile size, but does not (and
333 * tile do not write more than tile siz
340 TIFFWriteEncodedTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc) argument
429 TIFFWriteRawTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc) argument
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_read.c35 int TIFFFillTile(TIFF* tif, uint32 tile);
37 static int TIFFStartTile(TIFF* tif, uint32 tile);
633 * Read and decompress a tile of data. The
634 * tile is selected by the (x,y,z,s) coordinates.
646 * Read a tile of data and decompress the specified
650 TIFFReadEncodedTile(TIFF* tif, uint32 tile, void* buf, tmsize_t size) argument
658 if (tile >= td->td_nstrips) {
661 (unsigned long) tile, (unsigned long) td->td_nstrips);
668 if (TIFFFillTile(tif, tile) && (*tif->tif_decodetile)(tif,
669 (uint8*) buf, size, (uint16)(tile/t
677 TIFFReadRawTile1(TIFF* tif, uint32 tile, void* buf, tmsize_t size, const char* module) argument
755 TIFFReadRawTile(TIFF* tif, uint32 tile, void* buf, tmsize_t size) argument
793 TIFFFillTile(TIFF* tif, uint32 tile) argument
991 TIFFStartTile(TIFF* tif, uint32 tile) argument
[all...]
H A Dtif_write.c241 /* Make sure that at the first attempt of rewriting the tile, we will have */
244 /* time if the new compressed tile is bigger than the older one. (GDAL #4771) */
333 * Write and compress a tile of data. The
334 * tile is selected by the (x,y,z,s) coordinates.
342 * NB: A tile size of -1 is used instead of tif_tilesize knowing
343 * that TIFFWriteEncodedTile will clamp this to the tile size.
344 * This is done because the tile size may not be defined until
353 * specified tile. There must be space for the
355 * to a tile to the tile siz
364 TIFFWriteEncodedTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc) argument
473 TIFFWriteRawTile(TIFF* tif, uint32 tile, void* data, tmsize_t cc) argument
[all...]
/external/dng_sdk/source/
H A Ddng_image.cpp29 const dng_rect &tile,
38 tile,
55 const dng_rect &tile)
57 : dng_tile_buffer (image, tile, false)
73 const dng_rect &tile)
75 : dng_tile_buffer (image, tile, true)
225 dng_rect tile; local
229 while (iter.GetOneTile (tile))
232 dng_const_tile_buffer tileBuffer (*this, tile);
235 tile,
28 dng_tile_buffer(const dng_image &image, const dng_rect &tile, bool dirty) argument
54 dng_const_tile_buffer(const dng_image &image, const dng_rect &tile) argument
72 dng_dirty_tile_buffer(dng_image &image, const dng_rect &tile) argument
248 dng_rect tile; local
[all...]
H A Ddng_utils.cpp175 // Convert tile size to uint32.
178 ThrowMemoryFull("Negative tile size");
442 dng_rect tile; local
446 while (iter.GetOneTile (tile))
449 dng_const_tile_buffer buffer (image, tile);
451 const void *sPtr = buffer.ConstPixel (tile.t,
452 tile.l,
456 uint32 count1 = tile.H ();
457 uint32 count2 = tile.W ();
557 const dng_rect &tile,
580 Process(uint32 , const dng_rect &tile, dng_abort_sniffer * ) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c82 debug_printf("Post render scene: tile unswizzle: %u tile swizzle: %u\n",
89 * Begining rasterization of a tile.
90 * \param x window X position of the tile, in pixels
91 * \param y window Y position of the tile, in pixels
106 /* reset pointers to color tile(s) */
109 /* get pointer to depth/stencil tile */
120 /* "prime" the tile: convert data from linear to tiled if necessary
121 * and update the tile's layout info.
129 /* Get actual pointer to the tile dat
524 outline_tile(uint8_t *tile) argument
548 outline_subtiles(uint8_t *tile) argument
[all...]
H A Dlp_texture.c127 * to the tile size to facilitate render-to-texture.
203 /* Round up the surface size to a multiple of the tile size to
204 * avoid tile clipping.
833 * how to convert a tile of image data from linear layout to tiled
835 * \param cur_layout the current tile layout
836 * \param target_layout the desired tile layout
837 * \param usage how the tile will be accessed (R/W vs. read-only, etc)
967 * Allocate storage for a linear or tile texture image (all cube
1183 * Get pointer to a linear image (not the tile!) where the tile a
1296 llvmpipe_unswizzle_cbuf_tile(struct llvmpipe_resource *lpr, unsigned face_slice, unsigned level, unsigned x, unsigned y, uint8_t *tile) argument
1345 llvmpipe_swizzle_cbuf_tile(struct llvmpipe_resource *lpr, unsigned face_slice, unsigned level, unsigned x, unsigned y, uint8_t *tile) argument
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c874 * to the tile cache. The tile cache always stores RGBA colors but if
935 struct softpipe_cached_tile *tile local
983 dest[i][j] = tile->data.color[y][x][i];
1016 tile->data.color[y][x][i] = quadColor[i][j];
1037 struct softpipe_cached_tile *tile local
1054 dest[i][j] = tile->data.color[y][x][i];
1095 tile->data.color[y][x][i] = quadColor[i][j];
1111 struct softpipe_cached_tile *tile local
1127 dest[i][j] = tile
1179 struct softpipe_cached_tile *tile local
[all...]
H A Dsp_quad_depth_test.c53 struct softpipe_cached_tile *tile; member in struct:depth_data
63 const struct softpipe_cached_tile *tile = data->tile; local
70 data->bzzzz[j] = tile->data.depth16[y][x];
77 data->bzzzz[j] = tile->data.depth32[y][x];
85 data->bzzzz[j] = tile->data.depth32[y][x] & 0xffffff;
86 data->stencilVals[j] = tile->data.depth32[y][x] >> 24;
94 data->bzzzz[j] = tile->data.depth32[y][x] >> 8;
95 data->stencilVals[j] = tile->data.depth32[y][x] & 0xff;
103 data->stencilVals[j] = tile
256 struct softpipe_cached_tile *tile = data->tile; local
[all...]
/external/opencv3/3rdparty/libjasper/
H A Djpc_t1dec.c92 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec_band_t *band,
143 int jpc_dec_decodecblks(jpc_dec_t *dec, jpc_dec_tile_t *tile) argument
156 for (compcnt = dec->numcomps, tcomp = tile->tcomps; compcnt > 0;
176 if (jpc_dec_decodecblk(dec, tile, tcomp,
190 static int jpc_dec_decodecblk(jpc_dec_t *dec, jpc_dec_tile_t *tile, jpc_dec_tcomp_t *tcomp, jpc_dec_band_t *band, argument
203 compno = tcomp - tile->tcomps;
241 ccp = &tile->cp->ccps[compno];
265 (tile->cp->ccps[compno].cblkctx & JPC_COX_VSC) != 0,
268 (tile->cp->ccps[compno].cblkctx & JPC_COX_VSC) != 0,
274 (tile
[all...]
H A Djpc_t1enc.c107 /* Encode all of the code blocks associated with the current tile. */
123 jpc_enc_tile_t *tile; local
127 tile = enc->curtile;
129 endcomps = &tile->tcmpts[tile->numtcmpts];
130 for (tcmpt = tile->tcmpts; tcmpt != endcomps; ++tcmpt) {
H A Djpc_enc.h129 /* Per-tile coding parameters. */
154 /* Per tile-component coding parameters. */
211 /* The horizontal offset from the origin of the tile grid to the
215 /* The vertical offset from the origin of the tile grid to the
219 /* The nominal tile width in units of the image reference grid. */
222 /* The nominal tile height in units of the image reference grid. */
242 /* The per-tile coding parameters. */
245 /* The per-tile-component coding parameters. */
439 /* The x-coordinate of the top-left corner of the tile-component
443 /* The y-coordinate of the top-left corner of the tile
551 struct jpc_enc_tile_s *tile; member in struct:jpc_enc_tcmpt_s
[all...]
H A Djpc_dec.c101 /* In a tile-part header, expecting a SOT marker segment. */
103 /* In a tile-part header, expecting "other" marker segments. */
181 static int jpc_dec_tiledecode(jpc_dec_t *dec, jpc_dec_tile_t *tile);
182 static int jpc_dec_tileinit(jpc_dec_t *dec, jpc_dec_tile_t *tile);
183 static int jpc_dec_tilefini(jpc_dec_t *dec, jpc_dec_tile_t *tile);
443 jpc_dec_tile_t *tile; local
476 (one stream per tile-part). */
493 jas_eprintf("invalid tile number in SOT marker segment\n");
496 /* Set the current tile. */
498 tile
541 jpc_dec_tile_t *tile; local
637 jpc_dec_tileinit(jpc_dec_t *dec, jpc_dec_tile_t *tile) argument
909 jpc_dec_tilefini(jpc_dec_t *dec, jpc_dec_tile_t *tile) argument
1016 jpc_dec_tiledecode(jpc_dec_t *dec, jpc_dec_tile_t *tile) argument
1139 jpc_dec_tile_t *tile; local
1165 jpc_dec_tile_t *tile; local
1259 jpc_dec_tile_t *tile; local
1281 jpc_dec_tile_t *tile; local
1307 jpc_dec_tile_t *tile; local
1334 jpc_dec_tile_t *tile; local
1356 jpc_dec_tile_t *tile; local
1382 jpc_dec_tile_t *tile; local
1432 jpc_dec_tile_t *tile; local
1985 jpc_dec_tile_t *tile; local
[all...]
/external/skia/src/core/
H A DSkPictureShader.cpp30 const SkRect& tile,
36 , fTile(tile)
97 const SkMatrix* localMatrix, const SkRect* tile)
100 , fTile(tile ? *tile : picture->cullRect())
106 const SkMatrix* localMatrix, const SkRect* tile) {
107 if (!picture || picture->cullRect().isEmpty() || (tile && tile->isEmpty())) {
110 return new SkPictureShader(picture, tmx, tmy, localMatrix, tile);
118 SkRect tile; local
29 BitmapShaderKey(uint32_t pictureID, const SkRect& tile, SkShader::TileMode tmx, SkShader::TileMode tmy, const SkSize& scale, const SkMatrix& localMatrix) argument
96 SkPictureShader(const SkPicture* picture, TileMode tmx, TileMode tmy, const SkMatrix* localMatrix, const SkRect* tile) argument
105 Create(const SkPicture* picture, TileMode tmx, TileMode tmy, const SkMatrix* localMatrix, const SkRect* tile) argument
[all...]
H A DSkShader.cpp238 const SkMatrix* localMatrix, const SkRect* tile) {
239 return SkPictureShader::Create(src, tmx, tmy, localMatrix, tile);
237 CreatePictureShader(const SkPicture* src, TileMode tmx, TileMode tmy, const SkMatrix* localMatrix, const SkRect* tile) argument
/external/libvncserver/test/
H A Dtjbench.c122 int tile=0; local
125 for(col=0, dstptr2=dstptr; col<ntilesw; col++, tile++, dstptr2+=ps*tilew)
129 if(tjDecompress2(handle, jpegbuf[tile], jpegsize[tile], dstptr2, width,
234 _throwunix("allocating JPEG tile array");
265 int tile=0; local
269 for(col=0, srcptr2=srcptr; col<ntilesw; col++, tile++,
275 &jpegbuf[tile], &jpegsize[tile], subsamp, jpegqual, flags)==-1)
277 totaljpegsize+=jpegsize[tile];
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c111 get_tiling_string(enum i915_winsys_buffer_tile tile) argument
113 switch(tile) {
/external/opencv3/modules/imgproc/src/
H A Dclahe.cpp162 // retrieve tile submatrix
170 const cv::Mat tile = src_(tileROI); local
178 for (const T* ptr = tile.ptr<T>(0); height--; ptr += sstep)
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionSystem.java38 * of each tile visited with the ray and searches for points of intersection.
85 /* Sets the current collision world to the supplied tile world. */
274 * @param visitor Class defining what work to perform at each tile step.
275 * @return The index of the tile that intersected the ray, or -1 if no intersection was found.
319 * this algorithm traces a line in tile space and tests against each non-empty tile it visits.
321 * tile is defined by the visitor class passed to this function.
327 * @param visitor Class defining what work to perform at each tile step.
328 * @return The index of the tile that intersected the ray, or -1 if no intersection was found.
359 // tile t
600 visit(CollisionTile tile, Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, int tileX, int tileY) argument
647 visit(CollisionTile tile, Vector2 startPoint, Vector2 endPoint, Vector2 hitPoint, Vector2 hitNormal, int tileX, int tileY) argument
[all...]
/external/libjpeg-turbo/
H A Dtjbench.c153 int tile=0; local
157 for(col=0, dstptr2=dstptr; col<ntilesw; col++, tile++, dstptr2+=ps*tilew)
164 if(tjDecompressToYUV2(handle, jpegbuf[tile], jpegsize[tile], yuvbuf,
174 if(tjDecompress2(handle, jpegbuf[tile], jpegsize[tile], dstptr2,
305 _throwunix("allocating JPEG tile array");
342 int tile=0; local
347 for(col=0, srcptr2=srcptr; col<ntilesw; col++, tile++,
360 subsamp, &jpegbuf[tile],
488 int ps=tjPixelSize[pf], tile; local
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h156 TileInfo tile; member in struct:macroblockd
H A Dvp9_onyxc_int.h397 static INLINE void set_mi_row_col(MACROBLOCKD *xd, const TileInfo *const tile, argument
408 xd->left_available = (mi_col > tile->mi_col_start);
/external/pdfium/third_party/libopenjpeg20/
H A Dt1.c280 opj_tcd_tile_t * tile,
1172 /* encoder uses tile buffer, so no need to allocate */
1257 /* encoder uses tile buffer, so no need to free */
1456 opj_tcd_tile_t *tile,
1464 tile->distotile = 0; /* fixed_quality */
1466 for (compno = 0; compno < tile->numcomps; ++compno) {
1467 opj_tcd_tilecomp_t* tilec = &tile->comps[compno];
1545 tile->numcomps,
1546 tile,
1568 opj_tcd_tile_t * tile,
1455 opj_t1_encode_cblks( opj_t1_t *t1, opj_tcd_tile_t *tile, opj_tcp_t *tcp, const OPJ_FLOAT64 * mct_norms, OPJ_UINT32 mct_numcomps ) argument
1559 opj_t1_encode_cblk(opj_t1_t *t1, opj_tcd_cblk_enc_t* cblk, OPJ_UINT32 orient, OPJ_UINT32 compno, OPJ_UINT32 level, OPJ_UINT32 qmfbid, OPJ_FLOAT64 stepsize, OPJ_UINT32 cblksty, OPJ_UINT32 numcomps, opj_tcd_tile_t * tile, const OPJ_FLOAT64 * mct_norms, OPJ_UINT32 mct_numcomps) argument
[all...]
H A Dt2.c60 Encode a packet of a tile to a destination buffer
61 @param tileno Number of the tile encoded
62 @param tile Tile for which to write the packets
72 opj_tcd_tile_t *tile,
81 Decode a packet of a tile from a source buffer
83 @param tile Tile for which to write the packets
94 opj_tcd_tile_t *tile,
309 opj_tile_info_t *info_TL = &cstr_info->tile[p_tile_no];
452 opj_tile_info_v2_t *info_TL = &p_cstr_info->tile[p_tile_no];
457 } else if (info_TL->packet[p_cstr_info->packno-1].end_pos >= (OPJ_INT32)p_cstr_info->tile[p_tile_n
560 opj_t2_encode_packet( OPJ_UINT32 tileno, opj_tcd_tile_t * tile, opj_tcp_t * tcp, opj_pi_iterator_t *pi, OPJ_BYTE *dest, OPJ_UINT32 * p_data_written, OPJ_UINT32 length, opj_codestream_info_t *cstr_info) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c376 static void write_modes_b(VP9_COMP *cpi, const TileInfo *const tile, argument
390 set_mi_row_col(xd, tile,
427 const TileInfo *const tile, vpx_writer *w,
448 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
452 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
455 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
457 write_modes_b(cpi, tile, w, tok, tok_end, mi_row + bs, mi_col);
460 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col);
462 write_modes_b(cpi, tile, w, tok, tok_end, mi_row, mi_col + bs);
465 write_modes_sb(cpi, tile,
426 write_modes_sb(VP9_COMP *cpi, const TileInfo *const tile, vpx_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, int mi_row, int mi_col, BLOCK_SIZE bsize) argument
484 write_modes(VP9_COMP *cpi, const TileInfo *const tile, vpx_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end) argument
[all...]

Completed in 742 milliseconds

1234