Lines Matching refs:addCUDepth
192 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()
292 for (i = maxCUDepth - addCUDepth; i < maxCUDepth; i++) { in h265e_set_sps()