Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsga.c48 int tiles_w, tiles_h; member
111 for (int x = 0; x < s->tiles_w; x++) { in decode_index_palmap()
112 int pal_idx = s->palmapindex_data[y * s->tiles_w + x] * 16; in decode_index_palmap()
140 for (int x = 0; x < s->tiles_w; x++) { in decode_index_tilemap()
264 uint8_t *dst = s->palmapindex_data + y * s->tiles_w; in decode_palmapdata()
266 for (int x = 0; x < s->tiles_w; x++) in decode_palmapdata()
269 dst += s->tiles_w; in decode_palmapdata()
322 s->tiles_w = avpkt->data[10]; in sga_decode_frame()
329 s->tiles_w * 8, in sga_decode_frame()
339 s->tiles_w * s->tiles_h); in sga_decode_frame()
[all …]
/third_party/ffmpeg/libavformat/
Dsga.c151 int tiles_w = src[offset + 10]; in sga_probe() local
158 if (tiles_w == 0 || tiles_w > 80) in sga_probe()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c876 uint32_t tiles_w = DIV_ROUND_UP(psurf->width, 32); in vc4_surface_msaa_get_sample() local
881 VC4_TILE_BUFFER_SIZE * (tile_y * tiles_w + tile_x)); in vc4_surface_msaa_get_sample()
947 uint32_t tiles_w = DIV_ROUND_UP(psurf->width, tile_w); in vc4_dump_surface_msaa() local
950 uint32_t char_w_per_tile = char_w / tiles_w - 1; in vc4_dump_surface_msaa()
956 for (int x = 0; x < (char_w_per_tile + 1) * tiles_w; x++) in vc4_dump_surface_msaa()
985 for (int x = 0; x < (char_w_per_tile + 1) * tiles_w; x++) in vc4_dump_surface_msaa()