Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c192 RK_U32 maxCUDepth, minCUDepth, addCUDepth; in h265e_set_sps() local
217 addCUDepth = 0; in h265e_set_sps()
218 while ((RK_U32)(codec->max_cu_size >> maxCUDepth) > (1u << (tuQTMinLog2Size + addCUDepth))) { in h265e_set_sps()
219 addCUDepth++; in h265e_set_sps()
222 maxCUDepth += addCUDepth; in h265e_set_sps()
223 addCUDepth++; in h265e_set_sps()
263 sps->m_addCUDepth = addCUDepth; in h265e_set_sps()
267 minCUSize = sps->m_maxCUSize >> (sps->m_maxCUDepth - addCUDepth); in h265e_set_sps()
274 sps->m_log2DiffMaxMinCodingBlockSize = sps->m_maxCUDepth - addCUDepth; in h265e_set_sps()
288 for (i = 0; i < (maxCUDepth - addCUDepth); i++) { in h265e_set_sps()
[all …]