Home
last modified time | relevance | path

Searched refs:m_maxCUSize (Results 1 – 3 of 3) 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()
361 sps->m_maxCUSize; in h265e_code_slice_header()
362 RK_U32 pic_height_in_ctb = (sps->m_picHeightInLumaSamples + sps->m_maxCUSize - 1) / in h265e_code_slice_header()
363 sps->m_maxCUSize; in h265e_code_slice_header()
604 RK_U32 rpelx = lpelx + (sps->m_maxCUSize >> depth) - 1; in encode_cu()
606 RK_U32 bpely = tpely + (sps->m_maxCUSize >> depth) - 1; in encode_cu()
711 RK_U32 m_nCtuSize = sps->m_maxCUSize; in proc_ctu64()
769 RK_U32 m_nCtuSize = sps->m_maxCUSize; in proc_ctu32()
810 if (sps->m_maxCUSize == 32) in h265e_code_skip_tile()
834 offset_x += sps->m_maxCUSize; in h265e_code_skip_tile()
[all …]
H A Dh265e_ps.c261 sps->m_maxCUSize = codec->max_cu_size; in h265e_set_sps()
267 minCUSize = sps->m_maxCUSize >> (sps->m_maxCUDepth - addCUDepth); in h265e_set_sps()
412 pps->m_minCuDQPSize = (sps->m_maxCUSize >> pps->m_maxCuDQPDepth); in h265e_set_pps()
463 RK_S32 mb_w = (sps->m_picWidthInLumaSamples + sps->m_maxCUSize - 1) / sps->m_maxCUSize; in h265e_set_pps()
464 RK_S32 mb_h = (sps->m_picHeightInLumaSamples + sps->m_maxCUSize - 1) / sps->m_maxCUSize; in h265e_set_pps()
H A Dh265e_slice.h242 RK_U32 m_maxCUSize; member