Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c433 RK_S32 width, height, ctb_width, ctb_height; in hal_h265d_slice_output_rps() local
441 ctb_height = (height + (1 << log2_ctb_size) - 1) >> log2_ctb_size; in hal_h265d_slice_output_rps()
446 slice_address_length = mpp_ceil_log2(ctb_width * ctb_height); in hal_h265d_slice_output_rps()
450 if (sh.slice_segment_addr >= (RK_U32)(ctb_width * ctb_height)) { in hal_h265d_slice_output_rps()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c802 if ( openhevc_sps->ctb_height != sps->ctb_height) { in compare_sps()
1833 sps->ctb_height = (sps->height + (1 << sps->log2_ctb_size) - 1) >> sps->log2_ctb_size; in mpp_hevc_decode_nal_sps()
1834 sps->ctb_size = sps->ctb_width * sps->ctb_height; in mpp_hevc_decode_nal_sps()
2116 if (sum >= sps->ctb_height) { in mpp_hevc_decode_nal_pps()
2121 bufs->row_height[pps->num_tile_rows - 1] = sps->ctb_height - sum; in mpp_hevc_decode_nal_pps()
2220 bufs->row_height[i] = ((i + 1) * sps->ctb_height) / pps->num_tile_rows - in mpp_hevc_decode_nal_pps()
2221 (i * sps->ctb_height) / pps->num_tile_rows; in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.c784 s->sps->ctb_height); in hls_slice_header()
788 if (sh->slice_segment_addr >= (RK_U32)(s->sps->ctb_width * s->sps->ctb_height)) { in hls_slice_header()
1060 … if (sh->num_entry_point_offsets > s->sps->ctb_height || sh->num_entry_point_offsets < 0) { in hls_slice_header()
1063 s->sps->ctb_height); in hls_slice_header()
1067 …if (sh->num_entry_point_offsets > s->sps->ctb_height * s->sps->ctb_width || sh->num_entry_point_of… in hls_slice_header()
1070 s->sps->ctb_height * s->sps->ctb_width); in hls_slice_header()
H A Dh265d_parser.h282 RK_S32 ctb_height; member