Home
last modified time | relevance | path

Searched refs:tile_offsets (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/sdk/channel/
H A Dctiledchannel.cpp154 tile_offsets.resize( tile_block_info_count ); in EstablishAccess()
177 assert( tile_offsets[block].size() == 0 ); in LoadTileInfoBlock()
190 tile_offsets[block].resize( tiles_in_block ); in LoadTileInfoBlock()
213 tile_offsets[block][i] = atouint64(target); in LoadTileInfoBlock()
231 assert( tile_offsets[block].size() != 0 ); in SaveTileInfoBlock()
232 int tiles_in_block = tile_offsets[block].size(); in SaveTileInfoBlock()
242 if( tile_offsets[block][i] == (uint64) -1 in SaveTileInfoBlock()
243 || tile_offsets[block][i] == 0 ) in SaveTileInfoBlock()
273 if( tile_offsets[block].size() == 0 ) in GetTileInfo()
276 offset = tile_offsets[block][index_within_block]; in GetTileInfo()
[all …]
H A Dctiledchannel.h104 mutable std::vector< std::vector<uint64> > tile_offsets; variable
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dfile_tiff_be.c181 uint64_t tile_offsets=0; in tiff_be_makernote() local
241 case TIFFTAG_TILEOFFSETS: tile_offsets=tmp; break; in tiff_be_makernote()
255 if(tile_bytecounts > 0 && tile_offsets!=0xffffffff && in tiff_be_makernote()
256 max_offset < tile_offsets + tile_bytecounts) in tiff_be_makernote()
257 max_offset = tile_offsets + tile_bytecounts; in tiff_be_makernote()
277 uint64_t tile_offsets=0; in header_check_tiff_be() local
353 case TIFFTAG_TILEOFFSETS: tile_offsets=tmp; break; in header_check_tiff_be()
448 if(tile_bytecounts > 0 && tile_offsets!=0xffffffff && in header_check_tiff_be()
449 max_offset < tile_offsets + tile_bytecounts) in header_check_tiff_be()
450 max_offset = tile_offsets + tile_bytecounts; in header_check_tiff_be()
H A Dfile_tiff_le.c182 uint64_t tile_offsets=0; in tiff_le_makernote() local
242 case TIFFTAG_TILEOFFSETS: tile_offsets=tmp; break; in tiff_le_makernote()
256 if(tile_bytecounts > 0 && tile_offsets!=0xffffffff && in tiff_le_makernote()
257 max_offset < tile_offsets + tile_bytecounts) in tiff_le_makernote()
258 max_offset = tile_offsets + tile_bytecounts; in tiff_le_makernote()
278 uint64_t tile_offsets=0; in header_check_tiff_le() local
354 case TIFFTAG_TILEOFFSETS: tile_offsets=tmp; break; in header_check_tiff_le()
456 if(tile_bytecounts > 0 && tile_offsets!=0xffffffff && in header_check_tiff_le()
457 max_offset < tile_offsets + tile_bytecounts) in header_check_tiff_le()
458 max_offset = tile_offsets + tile_bytecounts; in header_check_tiff_le()
/dports/devel/agar/agar-1.5.0/gui/
H A Dload_xcf.c127 Uint32 *tile_offsets; member
345 AG_Seek(buf, xcfoffs+level->tile_offsets[j], AG_SEEK_SET); in ConvertLevel()
349 if (level->tile_offsets[j+1] != 0) { in ConvertLevel()
351 level->tile_offsets[j+1] - level->tile_offsets[j], in ConvertLevel()
518 level->tile_offsets = Malloc(TILE_OFFSETS_INIT*sizeof(Uint32)); in ConvertLayer()
525 level->tile_offsets = Realloc( in ConvertLayer()
526 level->tile_offsets, in ConvertLayer()
529 if ((level->tile_offsets[level->ntile_offsets] = in ConvertLayer()
539 Free(level->tile_offsets); in ConvertLayer()
544 Free(level->tile_offsets); in ConvertLayer()
/dports/games/flare-engine/flare-engine-1.12/src/
H A DTileSet.cpp83 std::vector<Point> tile_offsets; in load() local
108 tile_offsets.resize(index + 1); in load()
123 tile_offsets[index] = offset; in load()
166 tiles[i].offset = tile_offsets[i]; in load()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/array_schema/
H A Ddomain.cc989 std::vector<uint64_t> tile_offsets; in get_tile_pos_col() local
990 tile_offsets.reserve(dim_num_); in get_tile_pos_col()
991 tile_offsets.push_back(1); in get_tile_pos_col()
997 tile_offsets.push_back(tile_offsets.back() * tile_num); in get_tile_pos_col()
1003 pos += tile_coords[d] * tile_offsets[d]; in get_tile_pos_col()
1012 std::vector<uint64_t> tile_offsets; in get_tile_pos_row() local
1013 tile_offsets.reserve(dim_num_); in get_tile_pos_row()
1014 tile_offsets.push_back(1); in get_tile_pos_row()
1021 tile_offsets.push_back(tile_offsets.back() * tile_num); in get_tile_pos_row()
1026 std::reverse(tile_offsets.begin(), tile_offsets.end()); in get_tile_pos_row()
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/imager/
H A Ddefine_grid_tile_utils.h117 GLOBAL_OUT(int, tile_offsets),\
143 tile_offsets, pu + pv * num_tiles_u, 1, off);\
171 GLOBAL_OUT(int, tile_offsets),\
191 tile_offsets, pu + pv * num_tiles_u, 1, off);\
H A Dprivate_imager.h22 oskar_Mem *norm, *num_points_in_tiles, *tile_offsets, *tile_locks; member
/dports/games/julius/julius-1.7.0/src/map/
H A Dwater.c81 int tile_offsets[] = {OFFSET(0,0), OFFSET(1,0), OFFSET(0,1), OFFSET(1,1)}; in map_water_determine_orientation_size2() local
87 int grid_offset = base_offset + tile_offsets[i]; in map_water_determine_orientation_size2()
149 int tile_offsets[] = { in map_water_determine_orientation_size3() local
164 int grid_offset = base_offset + tile_offsets[i]; in map_water_determine_orientation_size3()
/dports/games/augustus/augustus-3.1.0/src/map/
H A Dwater.c82 int tile_offsets[] = { OFFSET(0,0), OFFSET(1,0), OFFSET(0,1), OFFSET(1,1) }; in map_water_determine_orientation_size2() local
88 int grid_offset = base_offset + tile_offsets[i]; in map_water_determine_orientation_size2()
150 int tile_offsets[] = { in map_water_determine_orientation_size3() local
165 int grid_offset = base_offset + tile_offsets[i]; in map_water_determine_orientation_size3()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimWriter.cpp221 std::vector<ossim_uint64> tile_offsets; in writeStreamTtbs() local
232 tile_offsets, tile_byte_counts, minBands, maxBands ) == true ) in writeStreamTtbs()
234 status = writeTiffTags( tile_offsets, tile_byte_counts, minBands, maxBands ); in writeStreamTtbs()
277 bool ossimWriter::writeTiffTags( const std::vector<ossim_uint64>& tile_offsets, in writeTiffTags() argument
447 count = tile_offsets.size(); in writeTiffTags()
449 writeTiffTag<ossim_uint64>( tag, type, count, &tile_offsets.front(), arrayWritePos ); in writeTiffTags()
797 bool ossimWriter::writeTiffTilesBandSeparate( std::vector<ossim_uint64>& tile_offsets, in writeTiffTilesBandSeparate() argument
834 tile_offsets.resize( TILES_TOTAL*BANDS ); in writeTiffTilesBandSeparate()
921 tile_offsets[ tiffTileIndex ] = (ossim_uint64)pos; in writeTiffTilesBandSeparate()
968 tile_offsets[ tiffTileIndex ] = 0; in writeTiffTilesBandSeparate()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/imaging/
H A DossimWriter.h186 bool writeTiffTags( const std::vector<ossim_uint64>& tile_offsets,
241 bool writeTiffTilesBandSeparate( std::vector<ossim_uint64>& tile_offsets,
/dports/astro/oskar/OSKAR-2.8.0/oskar/imager/src/
H A Dprivate_imager_free_device_data.c46 oskar_mem_free(d->tile_offsets, status); in oskar_imager_free_device_scratch_data()
47 d->tile_offsets = 0; in oskar_imager_free_device_scratch_data()
H A Dprivate_imager_update_plane_fft.c235 oskar_mem_ensure(d->tile_offsets, num_tiles + 1, status); in run_subset()
288 d->num_points_in_tiles, d->tile_offsets, status); in run_subset()
291 oskar_mem_read_element(d->tile_offsets, num_tiles, &num_total, status); in run_subset()
337 {PTR_SZ, oskar_mem_buffer(d->tile_offsets)}, in run_subset()
H A Dprivate_imager_update_plane_wproj.c250 oskar_mem_ensure(d->tile_offsets, num_tiles + 1, status); in run_subset()
308 d->num_points_in_tiles, d->tile_offsets, status); in run_subset()
311 oskar_mem_read_element(d->tile_offsets, num_tiles, &num_total, status); in run_subset()
363 {PTR_SZ, oskar_mem_buffer(d->tile_offsets)}, in run_subset()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/cairo_io/
H A Dcairo-image-surface-xcf.c624 GArray *tile_offsets = NULL; in read_pixels_from_hierarchy() local
690 tile_offsets = g_array_new (FALSE, FALSE, sizeof (guint32));; in read_pixels_from_hierarchy()
696 g_array_append_val (tile_offsets, tile_offset); in read_pixels_from_hierarchy()
699 g_array_append_val (tile_offsets, tile_offset); in read_pixels_from_hierarchy()
709 tile_offset = g_array_index (tile_offsets, guint32, 0); in read_pixels_from_hierarchy()
736 …tile_data_size = g_array_index (tile_offsets, guint32, t + 1) - g_array_index (tile_offsets, guint… in read_pixels_from_hierarchy()
900 g_array_free (tile_offsets, TRUE); in read_pixels_from_hierarchy()
907 g_array_free (tile_offsets, TRUE); in read_pixels_from_hierarchy()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/query/
H A Ddense_reader.cc275 std::vector<uint64_t> tile_offsets; in dense_read() local
279 tile_offsets.reserve(tile_coords.size()); in dense_read()
283 tile_offsets.emplace_back(tile_offset); in dense_read()
339 &tile_offsets, in dense_read()
357 &tile_offsets, in dense_read()
480 std::vector<uint64_t>* tile_offsets, in apply_query_condition() argument
512 uint64_t cell_offset = global_order ? tile_offsets->at(t) : 0; in apply_query_condition()
627 const std::vector<uint64_t>* const tile_offsets, in read_attributes() argument
692 global_order ? tile_offsets->at(t) : 0, in read_attributes()
741 global_order ? tile_offsets->at(t) : 0, in read_attributes()
[all …]
H A Ddense_tiler.cc583 std::vector<uint64_t> tile_offsets(dim_num); in copy_tile() local
585 tile_offsets[i] = tile_offset; in copy_tile()
598 tile->write(&buff[sub_offsets[d]], tile_offsets[d], copy_nbytes)); in copy_tile()
615 tile_offsets[last_dim_changed] += in copy_tile()
620 tile_offsets[i] = tile_offsets[i - 1]; in copy_tile()
H A Dreader_base.cc1330 uint64_t* tile_offsets = nullptr; in compute_var_cell_destinations() local
1341 tile_offsets = (uint64_t*)buffer->data(); in compute_var_cell_destinations()
1359 tile_offsets[cell_idx + 1] - tile_offsets[cell_idx] : in compute_var_cell_destinations()
1360 tile_var_size - (tile_offsets[cell_idx] - tile_offsets[0]); in compute_var_cell_destinations()
1461 uint64_t* tile_offsets = nullptr; in copy_partitioned_var_cells() local
1474 tile_offsets = (uint64_t*)buffer->data(); in copy_partitioned_var_cells()
1507 tile_offsets[cell_idx + 1] - tile_offsets[cell_idx] : in copy_partitioned_var_cells()
1508 tile_var->size() - (tile_offsets[cell_idx] - tile_offsets[0]); in copy_partitioned_var_cells()
1510 tile_offsets[cell_idx] - tile_offsets[0]; in copy_partitioned_var_cells()
H A Ddense_reader.h147 std::vector<uint64_t>* tile_offsets,
168 const std::vector<uint64_t>* const tile_offsets,
H A Dquery_condition.cc469 const auto& tile_offsets = std::get<0>(*tile_tuple); in apply_clause() local
471 static_cast<uint64_t*>(tile_offsets.buffer()->data()); in apply_clause()
473 tile_offsets.size() / constants::cell_var_offset_size; in apply_clause()
862 const auto& tile_offsets = std::get<0>(*tile_tuple); in apply_clause_dense() local
864 static_cast<uint64_t*>(tile_offsets.buffer()->data()) + src_cell; in apply_clause_dense()
866 tile_offsets.size() / constants::cell_var_offset_size; in apply_clause_dense()
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/kamadak-exif-0.5.4/src/
H A Dwriter.rs229 let tile_offsets; in synthesize_fields() localVariable
260 tile_offsets = Field { in synthesize_fields()
265 ws.tiff_fields.push(&tile_offsets); in synthesize_fields()
372 let mut tile_offsets = Vec::new(); in write_image() localVariable
374 tile_offsets.push(get_offset(w)?); in write_image()
379 for ofs in tile_offsets { in write_image()
/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-QueryCondition.cc592 Tile* const tile_offsets = &std::get<0>(*tile_tuple); in test_apply_tile() local
593 REQUIRE(tile_offsets in test_apply_tile()
609 REQUIRE(tile_offsets->write(offsets, cells * sizeof(uint64_t)).ok()); in test_apply_tile()
919 Tile* const tile_offsets = &std::get<0>(*tile_tuple); variable
920 REQUIRE(tile_offsets
938 REQUIRE(tile_offsets->write(offsets, cells * sizeof(uint64_t)).ok());
/dports/misc/vxl/vxl-3.3.2/core/vil/file_formats/
H A Dvil_tiff_header.h196 vxl_uint_32* tile_offsets; variable

12