Searched refs:nb_tiles (Results 1 – 2 of 2) sorted by relevance
45 int nb_tiles = bytestream2_get_le16(gb); in fill_tile4() local49 if ((avctx->width / 4 + 1) * (avctx->height / 4 + 1) < nb_tiles) in fill_tile4()52 for (int i = 0; i < nb_tiles; i++) { in fill_tile4()83 int nb_tiles = bytestream2_get_le16(gb); in fill_tileX() local87 if ((avctx->width / tile_width + 1) * (avctx->height / tile_height + 1) < nb_tiles) in fill_tileX()90 for (int i = 0; i < nb_tiles; i++) { in fill_tileX()
47 int nb_tiles; member145 int tindex = av_clip((tilemap & 511) - 1, 0, s->nb_tiles - 1); in decode_index_tilemap()286 for (int n = 0; n < s->nb_tiles; n++) { in decode_tiledata()297 for (int i = 0; i < s->nb_tiles && s->swap; i++) { in decode_tiledata()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()354 av_log(avctx, AV_LOG_DEBUG, "type: %X flags: %X nb_tiles: %d\n", type, s->flags, s->nb_tiles); in sga_decode_frame()453 s->tiledata_size = s->nb_tiles * 32; in sga_decode_frame()