Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c175 RK_U32 maxCUDepth, minCUDepth, addCUDepth; in h265e_set_sps() local
195 addCUDepth = 0; in h265e_set_sps()
196 while ((RK_U32)(codec->max_cu_size >> maxCUDepth) > (1u << (tuQTMinLog2Size + addCUDepth))) { in h265e_set_sps()
197 addCUDepth++; in h265e_set_sps()
200 maxCUDepth += addCUDepth; in h265e_set_sps()
201 addCUDepth++; in h265e_set_sps()
241 sps->m_addCUDepth = addCUDepth; in h265e_set_sps()
245 minCUSize = sps->m_maxCUSize >> (sps->m_maxCUDepth - addCUDepth); in h265e_set_sps()
252 sps->m_log2DiffMaxMinCodingBlockSize = sps->m_maxCUDepth - addCUDepth; in h265e_set_sps()
266 for (i = 0; i < (maxCUDepth - addCUDepth); i++) { in h265e_set_sps()
[all …]