Home
last modified time | relevance | path

Searched refs:ctb_addr_ts (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c450 void ff_hevc_save_states(HEVCContext *s, int ctb_addr_ts) in ff_hevc_save_states() argument
453 (ctb_addr_ts % s->ps.sps->ctb_width == 2 || in ff_hevc_save_states()
455 ctb_addr_ts % s->ps.sps->ctb_width == 0))) { in ff_hevc_save_states()
511 int ff_hevc_cabac_init(HEVCContext *s, int ctb_addr_ts, int thread) in ff_hevc_cabac_init() argument
513 if (ctb_addr_ts == s->ps.pps->ctb_addr_rs_to_ts[s->sh.slice_ctb_addr_rs]) { in ff_hevc_cabac_init()
519 s->ps.pps->tile_id[ctb_addr_ts] != s->ps.pps->tile_id[ctb_addr_ts - 1])) in ff_hevc_cabac_init()
524 if (ctb_addr_ts % s->ps.sps->ctb_width == 0) { 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()
545 if (ctb_addr_ts % s->ps.sps->ctb_width == 0) { in ff_hevc_cabac_init()
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() local
63 return (RefPicList *)ref->rpl_tab[ctb_addr_ts]; 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() local
283 for (i = ctb_addr_ts; i < ctb_count; i++) in init_slice_rpl()
286 frame->refPicList = (RefPicList *)frame->rpl_tab[ctb_addr_ts]; in init_slice_rpl()
Dhevcdec.c2405 int ctb_addr_ts) in hls_decode_neighbour() argument
2409 int ctb_addr_rs = s->ps.pps->ctb_addr_ts_to_rs[ctb_addr_ts]; in hls_decode_neighbour()
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 …& (ctb_addr_in_slice+1 >= s->ps.sps->ctb_width) && (s->ps.pps->tile_id[ctb_addr_ts] == s->ps.pps->… in hls_decode_neighbour()
2450 …& (ctb_addr_in_slice-1 >= s->ps.sps->ctb_width) && (s->ps.pps->tile_id[ctb_addr_ts] == s->ps.pps->… 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() local
2463 if (!ctb_addr_ts && s->sh.dependent_slice_segment_flag) { in hls_decode_entry()
2469 int prev_rs = s->ps.pps->ctb_addr_ts_to_rs[ctb_addr_ts - 1]; in hls_decode_entry()
[all …]
Dhevcdec.h598 void ff_hevc_save_states(HEVCContext *s, int ctb_addr_ts);
599 int ff_hevc_cabac_init(HEVCContext *s, int ctb_addr_ts, int thread);
Dhevc_filter.c255 int ctb_addr_ts = s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs]; in sao_filter_CTB() local
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()