Searched refs:ctb_addr_ts (Results 1 – 5 of 5) sorted by relevance
450 void ff_hevc_save_states(HEVCContext *s, int ctb_addr_ts) in ff_hevc_save_states() argument453 (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() argument513 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()
62 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() local63 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() local283 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()
2405 int ctb_addr_ts) in hls_decode_neighbour() argument2409 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() local2463 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 …]
598 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);
255 int ctb_addr_ts = s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs]; in sao_filter_CTB() local277 …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()