Home
last modified time | relevance | path

Searched refs:tile_count_y (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_tiler.c236 unsigned tile_count_y = aligned_height / tile_height; in pan_tile_count() local
238 return tile_count_x * tile_count_y; in pan_tile_count()
Dpan_layout.c211 unsigned tile_count_y = DIV_ROUND_UP(height, CHECKSUM_TILE_HEIGHT); in panfrost_compute_checksum_size() local
215 return slice->crc.stride * tile_count_y; in panfrost_compute_checksum_size()
/third_party/ffmpeg/libavcodec/
Dtiff.c983 int tile_count_x, tile_count_y; in dng_decode_tiles() local
1001 tile_count_y = (s->height + s->tile_length - 1) / s->tile_length; in dng_decode_tiles()
1013 if (has_height_leftover && tile_y == tile_count_y - 1) // If on the bottom-most tile in dng_decode_tiles()