Home
last modified time | relevance | path

Searched refs:ctb_width (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
440 ctb_width = (width + (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.c797 if (openhevc_sps->ctb_width != sps->ctb_width) { in compare_sps()
1832 sps->ctb_width = (sps->width + (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()
2103 if (sum >= sps->ctb_width) { in mpp_hevc_decode_nal_pps()
2108 bufs->column_width[pps->num_tile_columns - 1] = sps->ctb_width - sum; in mpp_hevc_decode_nal_pps()
2215 bufs->column_width[i] = ((i + 1) * sps->ctb_width) / pps->num_tile_columns - in mpp_hevc_decode_nal_pps()
2216 (i * sps->ctb_width) / pps->num_tile_columns; in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.c783 slice_address_length = mpp_ceil_log2(s->sps->ctb_width * in hls_slice_header()
788 if (sh->slice_segment_addr >= (RK_U32)(s->sps->ctb_width * 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.h281 RK_S32 ctb_width; member