Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c258 sps->m_picHeightInLumaSamples = prep->height + pad[1]; in h265e_set_sps()
464 RK_S32 mb_h = (sps->m_picHeightInLumaSamples + sps->m_maxCUSize - 1) / sps->m_maxCUSize; in h265e_set_pps()
H A Dh265e_slice.c362 RK_U32 pic_height_in_ctb = (sps->m_picHeightInLumaSamples + sps->m_maxCUSize - 1) / in h265e_code_slice_header()
871 tile.tile_end_y = sps->m_picHeightInLumaSamples - 1; in h265e_code_slice_skip_frame()
888 mb_h = (sps->m_picHeightInLumaSamples + sps->m_maxCUSize - 1) / sps->m_maxCUSize; in h265e_code_slice_skip_frame()
H A Dh265e_slice.h238 RK_U32 m_picHeightInLumaSamples; member
H A Dh265e_header_gen.c468 h265e_stream_write_ue_with_log(s, sps->m_picHeightInLumaSamples, "pic_height_in_luma_samples"); in h265e_sps_write()