Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c194 RK_S32 minCUSize, log2MinCUSize; in h265e_set_sps() local
267 minCUSize = sps->m_maxCUSize >> (sps->m_maxCUDepth - addCUDepth); in h265e_set_sps()
269 while (minCUSize > 1) { in h265e_set_sps()
270 minCUSize >>= 1; in h265e_set_sps()