Lines Matching refs:tile_id
1317 av_freep(&pps->tile_id);
1369 int i, j, x, y, ctb_addr_rs, tile_id;
1418 pps->tile_id = av_malloc_array(pic_area_in_ctbs, sizeof(*pps->tile_id));
1421 !pps->tile_id || !pps->min_tb_addr_zs_tab) {
1458 for (j = 0, tile_id = 0; j < pps->num_tile_rows; j++)
1459 for (i = 0; i < pps->num_tile_columns; i++, tile_id++)
1462 pps->tile_id[pps->ctb_addr_rs_to_ts[y * sps->ctb_width + x]] = tile_id;
1464 pps->tile_pos_rs = av_malloc_array(tile_id, sizeof(*pps->tile_pos_rs));