Searched refs:tile_id (Results 1 – 5 of 5) sorted by relevance
277 …left_tile_edge = no_tile_filter && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pp… in sao_filter_CTB()281 …right_tile_edge = no_tile_filter && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pp… in sao_filter_CTB()285 …up_tile_edge = no_tile_filter && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.p… in sao_filter_CTB()289 …bottom_tile_edge = no_tile_filter && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.p… in sao_filter_CTB()
1320 av_freep(&pps->tile_id); in hevc_pps_free()1372 int i, j, x, y, ctb_addr_rs, tile_id; in setup_pps() local1421 pps->tile_id = av_malloc_array(pic_area_in_ctbs, sizeof(*pps->tile_id)); in setup_pps()1424 !pps->tile_id || !pps->min_tb_addr_zs_tab) { in setup_pps()1461 for (j = 0, tile_id = 0; j < pps->num_tile_rows; j++) in setup_pps()1462 for (i = 0; i < pps->num_tile_columns; i++, tile_id++) in setup_pps()1465 pps->tile_id[pps->ctb_addr_rs_to_ts[y * sps->ctb_width + x]] = tile_id; in setup_pps()1467 pps->tile_pos_rs = av_malloc_array(tile_id, sizeof(*pps->tile_pos_rs)); in setup_pps()
519 s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[ctb_addr_ts - 1])) in ff_hevc_cabac_init()533 s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[ctb_addr_ts - 1]) { in ff_hevc_cabac_init()
318 int *tile_id; ///< TileId member
2419 if (ctb_addr_ts && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[ctb_addr_ts - 1]) { in hls_decode_neighbour()2432 …if (x_ctb > 0 && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_t… in hls_decode_neighbour()2436 …if (y_ctb > 0 && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_t… in hls_decode_neighbour()2449 …ddr_in_slice+1 >= s->ps.sps->ctb_width) && (s->ps.pps->tile_id[ctb_addr_ts] == s->ps.pps->tile_id[… in hls_decode_neighbour()2450 …ddr_in_slice-1 >= s->ps.sps->ctb_width) && (s->ps.pps->tile_id[ctb_addr_ts] == s->ps.pps->tile_id[… in hls_decode_neighbour()