Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c360 RK_U32 pic_width_in_ctb = (sps->m_picWidthInLumaSamples + sps->m_maxCUSize - 1) / in h265e_code_slice_header() local
364 RK_U32 max_ctu_num = pic_width_in_ctb * pic_height_in_ctb; in h265e_code_slice_header()