Searched refs:addCUDepth (Results 1 – 1 of 1) sorted by relevance
175 RK_U32 maxCUDepth, minCUDepth, addCUDepth; in h265e_set_sps() local195 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 …]