Home
last modified time | relevance | path

Searched refs:tile_idx (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/asahi/lib/
H A Dtiling.c109 unsigned tile_idx = (tile_row + tile_x);\
110 unsigned tile_base = tile_idx * pixels_per_tile;\
/third_party/ffmpeg/libavcodec/
H A Dtiff.c957 int tile_idx; in dng_decode_tiles() local
978 for (tile_idx = 0; tile_idx < tile_count_x * tile_count_y; tile_idx++) { in dng_decode_tiles()
979 tile_x = tile_idx % tile_count_x; in dng_decode_tiles()
980 tile_y = tile_idx / tile_count_x; in dng_decode_tiles()
993 tile_offset_offset = s->tile_offsets_offset + tile_idx * sizeof(int); in dng_decode_tiles()
998 tile_byte_count_offset = s->tile_byte_counts_offset + tile_idx * sizeof(int); in dng_decode_tiles()
/third_party/astc-encoder/Source/
H A Dtinyexr.h10906 size_t tile_idx = 0; in DecodeChunk()
10907 while ((tile_idx = tile_count++) < num_tiles) { in DecodeChunk()
10910 for (size_t tile_idx = 0; tile_idx < num_tiles; tile_idx++) { in DecodeChunk()
10913 exr_image->tiles[tile_idx].images = tinyexr::AllocateImage( in DecodeChunk()
10921 if (offsets[tile_idx] + sizeof(int) * 5 > size) { in DecodeChunk()
10931 size_t(size - (offsets[tile_idx] + sizeof(int) * 5)); in DecodeChunk()
10933 reinterpret_cast<const unsigned char *>(head + offsets[tile_idx]); in DecodeChunk()
10974 exr_image->tiles[tile_idx] in DecodeChunk()
[all...]

Completed in 22 milliseconds