Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
H A Dpan_tiler.c235 unsigned tile_count_x = aligned_width / tile_width; in pan_tile_count() local
238 return tile_count_x * tile_count_y; in pan_tile_count()
H A Dpan_layout.c210 unsigned tile_count_x = DIV_ROUND_UP(width, CHECKSUM_TILE_WIDTH); in panfrost_compute_checksum_size() local
213 slice->crc.stride = tile_count_x * CHECKSUM_BYTES_PER_TILE; in panfrost_compute_checksum_size()
/third_party/ffmpeg/libavcodec/
H A Dtiff.c960 int tile_count_x, tile_count_y; in dng_decode_tiles() local
974 tile_count_x = (s->width + s->tile_width - 1) / s->tile_width; in dng_decode_tiles()
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()
982 if (has_width_leftover && tile_x == tile_count_x - 1) // If on the right-most tile in dng_decode_tiles()
1013 if (tile_x == tile_count_x - 1) { // If on the right edge in dng_decode_tiles()

Completed in 5 milliseconds