Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_parser.c123 ps->sps->ctb_height); in hevc_parse_slice_header()
125 if (slice_segment_addr >= ps->sps->ctb_width * ps->sps->ctb_height) { in hevc_parse_slice_header()
Dhevc_ps.c1205 sps->ctb_height = (sps->height + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in ff_hevc_parse_sps()
1206 sps->ctb_size = sps->ctb_width * sps->ctb_height; in ff_hevc_parse_sps()
1395 pps->row_height[i] = ((i + 1) * sps->ctb_height) / pps->num_tile_rows - in setup_pps()
1396 (i * sps->ctb_height) / pps->num_tile_rows; in setup_pps()
1417 pic_area_in_ctbs = sps->ctb_width * sps->ctb_height; in setup_pps()
1628 num_tile_rows_minus1 >= sps->ctb_height) { in ff_hevc_decode_nal_pps()
1663 if (sum >= sps->ctb_height) { in ff_hevc_decode_nal_pps()
1668 pps->row_height[pps->num_tile_rows - 1] = sps->ctb_height - sum; in ff_hevc_decode_nal_pps()
Dhevc_ps.h230 int ctb_height; member
Dhevcdec.c95 int ctb_count = sps->ctb_width * sps->ctb_height; in pic_arrays_init()
513 av_malloc((w * 2 * sps->ctb_height) << in set_sps()
614 s->ps.sps->ctb_height); in hls_slice_header()
616 if (sh->slice_segment_addr >= s->ps.sps->ctb_width * s->ps.sps->ctb_height) { in hls_slice_header()
2623 …h.num_entry_point_offsets * s->ps.sps->ctb_width >= s->ps.sps->ctb_width * s->ps.sps->ctb_height) { 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()
Dhevc_refs.c108 frame->ctb_count = s->ps.sps->ctb_width * s->ps.sps->ctb_height; in alloc_frame()
Dhevc_filter.c273 edges[3] = y_ctb == s->ps.sps->ctb_height - 1; in sao_filter_CTB()