Home
last modified time | relevance | path

Searched refs:tile_id (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevc_ps.c1317 av_freep(&pps->tile_id); in hevc_pps_free()
1369 int i, j, x, y, ctb_addr_rs, tile_id; in setup_pps() local
1418 pps->tile_id = av_malloc_array(pic_area_in_ctbs, sizeof(*pps->tile_id)); in setup_pps()
1421 !pps->tile_id || !pps->min_tb_addr_zs_tab) { in setup_pps()
1458 for (j = 0, tile_id = 0; j < pps->num_tile_rows; j++) in setup_pps()
1459 for (i = 0; i < pps->num_tile_columns; i++, tile_id++) in setup_pps()
1462 pps->tile_id[pps->ctb_addr_rs_to_ts[y * sps->ctb_width + x]] = tile_id; in setup_pps()
1464 pps->tile_pos_rs = av_malloc_array(tile_id, sizeo in setup_pps()
[all...]
H A Dhevc_filter.c286 left_tile_edge = no_tile_filter && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs-1]]; in sao_filter_CTB()
290 right_tile_edge = no_tile_filter && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs+1]]; in sao_filter_CTB()
294 up_tile_edge = no_tile_filter && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs - s->ps.sps->ctb_width]]; in sao_filter_CTB()
298 bottom_tile_edge = no_tile_filter && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs + s->ps.sps->ctb_width]]; in sao_filter_CTB()
H A Dhevc_cabac.c519 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()
H A Dhevc_ps.h318 int *tile_id; ///< TileId member
H A Dhevcdec.c2442 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()
2455 if (x_ctb > 0 && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs - 1]]) in hls_decode_neighbour()
2459 if (y_ctb > 0 && s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs - s->ps.sps->ctb_width]]) in hls_decode_neighbour()
2472 lc->ctb_up_right_flag = ((y_ctb > 0) && (ctb_addr_in_slice+1 >= s->ps.sps->ctb_width) && (s->ps.pps->tile_id[ctb_addr_ts] == s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs+1 - s->ps.sps->ctb_width]])); in hls_decode_neighbour()
2473 lc->ctb_up_left_flag = ((x_ctb > 0) && (y_ctb > 0) && (ctb_addr_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()
[all...]

Completed in 12 milliseconds