Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsga.c48 int tiles_w, tiles_h; member
110 for (int y = 0; y < s->tiles_h; y++) { in decode_index_palmap()
139 for (int y = 0; y < s->tiles_h; y++) { in decode_index_tilemap()
263 for (int y = 0; y < s->tiles_h; y++) { in decode_palmapdata()
323 s->tiles_h = avpkt->data[11]; in sga_decode_frame()
330 s->tiles_h * 8)) < 0) in sga_decode_frame()
339 s->tiles_w * s->tiles_h); in sga_decode_frame()
350 s->nb_tiles = s->flags & HAVE_TILEMAP ? AV_RB16(avpkt->data + 12) : s->tiles_w * s->tiles_h; in sga_decode_frame()
351 if (s->nb_tiles > s->tiles_w * s->tiles_h) in sga_decode_frame()
458 …size = (s->flags & HAVE_TILEMAP) || s->nb_pal < 2 ? 0 : (s->tiles_w * s->tiles_h * ((s->nb_pal + 1… in sga_decode_frame()
[all …]
/third_party/ffmpeg/libavformat/
Dsga.c152 int tiles_h = src[offset + 11]; in sga_probe() local
160 if (tiles_h == 0 || tiles_h > 60) in sga_probe()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c948 uint32_t tiles_h = DIV_ROUND_UP(psurf->height, tile_h); in vc4_dump_surface_msaa() local
951 uint32_t char_h_per_tile = char_h / tiles_h - 1; in vc4_dump_surface_msaa()