Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c239 sps->m_maxCUSize = codec->max_cu_size; in h265e_set_sps()
245 minCUSize = sps->m_maxCUSize >> (sps->m_maxCUDepth - addCUDepth); in h265e_set_sps()
387 pps->m_minCuDQPSize = (sps->m_maxCUSize >> pps->m_maxCuDQPDepth); in h265e_set_pps()
H A Dh265e_slice.h223 RK_U32 m_maxCUSize; member
H A Dh265e_slice.c580 RK_U32 rpelx = lpelx + (sps->m_maxCUSize >> depth) - 1; in encode_cu()
582 RK_U32 bpely = tpely + (sps->m_maxCUSize >> depth) - 1; in encode_cu()