Home
last modified time | relevance | path

Searched refs:ctb_addr_rs_to_ts (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_ps.c1317 av_freep(&pps->ctb_addr_rs_to_ts); in hevc_pps_free()
1419 pps->ctb_addr_rs_to_ts = av_malloc_array(pic_area_in_ctbs, sizeof(*pps->ctb_addr_rs_to_ts)); in setup_pps()
1423 if (!pps->ctb_addr_rs_to_ts || !pps->ctb_addr_ts_to_rs || in setup_pps()
1457 pps->ctb_addr_rs_to_ts[ctb_addr_rs] = val; in setup_pps()
1465 pps->tile_id[pps->ctb_addr_rs_to_ts[y * sps->ctb_width + x]] = tile_id; in setup_pps()
1487 int val = pps->ctb_addr_rs_to_ts[rs] << (log2_diff * 2); in setup_pps()
Dhevc_filter.c255 int ctb_addr_ts = s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs]; in sao_filter_CTB()
277 …&& s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs-… in sao_filter_CTB()
281 …&& s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs+… in sao_filter_CTB()
285 …&& s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs … in sao_filter_CTB()
289 …&& s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs … in sao_filter_CTB()
Dhevc_ps.h316 int *ctb_addr_rs_to_ts; ///< CtbAddrRSToTS member
Dhevc_refs.c62 int ctb_addr_ts = s->ps.pps->ctb_addr_rs_to_ts[y_cb * pic_width_cb + x_cb]; in ff_hevc_get_ref_list()
277 int ctb_addr_ts = s->ps.pps->ctb_addr_rs_to_ts[s->sh.slice_segment_addr]; in init_slice_rpl()
Dhevcdec.c2432 …&& s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs … in hls_decode_neighbour()
2436 …&& s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs … in hls_decode_neighbour()
2449 …& (s->ps.pps->tile_id[ctb_addr_ts] == s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs+… in hls_decode_neighbour()
2450 …& (s->ps.pps->tile_id[ctb_addr_ts] == s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs-… in hls_decode_neighbour()
2460 int ctb_addr_ts = s->ps.pps->ctb_addr_rs_to_ts[s->sh.slice_ctb_addr_rs]; in hls_decode_entry()
2534 int ctb_addr_ts = s1->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs]; in hls_decode_entry_wpp()
Dhevc_cabac.c513 if (ctb_addr_ts == s->ps.pps->ctb_addr_rs_to_ts[s->sh.slice_ctb_addr_rs]) { in ff_hevc_cabac_init()