Lines Matching refs:ctb_addr_ts
2405 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()
2476 while (more_data && ctb_addr_ts < s->ps.sps->ctb_size) { in hls_decode_entry()
2477 int ctb_addr_rs = s->ps.pps->ctb_addr_ts_to_rs[ctb_addr_ts]; in hls_decode_entry()
2481 hls_decode_neighbour(s, x_ctb, y_ctb, ctb_addr_ts); in hls_decode_entry()
2483 ret = ff_hevc_cabac_init(s, ctb_addr_ts, 0); in hls_decode_entry()
2502 ctb_addr_ts++; in hls_decode_entry()
2503 ff_hevc_save_states(s, ctb_addr_ts); in hls_decode_entry()
2511 return ctb_addr_ts; 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() local
2548 while(more_data && ctb_addr_ts < s->ps.sps->ctb_size) { in hls_decode_entry_wpp()
2552 hls_decode_neighbour(s, x_ctb, y_ctb, ctb_addr_ts); in hls_decode_entry_wpp()
2561 ret = ff_hevc_cabac_init(s, ctb_addr_ts, thread); in hls_decode_entry_wpp()
2572 ctb_addr_ts++; in hls_decode_entry_wpp()
2574 ff_hevc_save_states(s, ctb_addr_ts); in hls_decode_entry_wpp()
2587 return ctb_addr_ts; in hls_decode_entry_wpp()
2589 ctb_addr_rs = s->ps.pps->ctb_addr_ts_to_rs[ctb_addr_ts]; in hls_decode_entry_wpp()
2960 int ctb_addr_ts, ret; in decode_nal_unit() local
3110 ctb_addr_ts = hls_slice_data_wpp(s, nal); in decode_nal_unit()
3112 ctb_addr_ts = hls_slice_data(s); in decode_nal_unit()
3113 if (ctb_addr_ts >= (s->ps.sps->ctb_width * s->ps.sps->ctb_height)) { in decode_nal_unit()
3117 if (ctb_addr_ts < 0) { in decode_nal_unit()
3118 ret = ctb_addr_ts; in decode_nal_unit()