Lines Matching refs:ctb_width
95 int ctb_count = sps->ctb_width * sps->ctb_height; in pic_arrays_init()
516 av_malloc((h * 2 * sps->ctb_width) << in set_sps()
613 slice_address_length = av_ceil_log2(s->ps.sps->ctb_width * in hls_slice_header()
616 if (sh->slice_segment_addr >= s->ps.sps->ctb_width * s->ps.sps->ctb_height) { in hls_slice_header()
975 #define CTB(tab, x, y) ((tab)[(y) * s->ps.sps->ctb_width + (x)])
2436 …b_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()
2438 …0 && s->tab_slice_address[ctb_addr_rs] != s->tab_slice_address[ctb_addr_rs - s->ps.sps->ctb_width]) in hls_decode_neighbour()
2443 if (ctb_addr_in_slice < s->ps.sps->ctb_width) in hls_decode_neighbour()
2448 …lc->ctb_up_flag = ((y_ctb > 0) && (ctb_addr_in_slice >= s->ps.sps->ctb_width) && !(lc->boundary_… in hls_decode_neighbour()
2449 …>ps.sps->ctb_width) && (s->ps.pps->tile_id[ctb_addr_ts] == s->ps.pps->tile_id[s->ps.pps->ctb_addr_… in hls_decode_neighbour()
2450 …>ps.sps->ctb_width) && (s->ps.pps->tile_id[ctb_addr_ts] == s->ps.pps->tile_id[s->ps.pps->ctb_addr_… in hls_decode_neighbour()
2549 int x_ctb = (ctb_addr_rs % s->ps.sps->ctb_width) << s->ps.sps->log2_ctb_size; in hls_decode_entry_wpp()
2550 int y_ctb = (ctb_addr_rs / s->ps.sps->ctb_width) << s->ps.sps->log2_ctb_size; in hls_decode_entry_wpp()
2623 …ce_ctb_addr_rs + s->sh.num_entry_point_offsets * s->ps.sps->ctb_width >= s->ps.sps->ctb_width * s-… in hls_slice_data_wpp()
2626 s->ps.sps->ctb_width, s->ps.sps->ctb_height in hls_slice_data_wpp()
3113 if (ctb_addr_ts >= (s->ps.sps->ctb_width * s->ps.sps->ctb_height)) { in decode_nal_unit()