Searched refs:m_maxCUDepth (Results 1 – 3 of 3) sorted by relevance
240 sps->m_maxCUDepth = maxCUDepth; 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()
564 if (depth == slice->m_sps->m_maxCUDepth - slice->m_sps->m_addCUDepth) in code_split_flag()595 …", abs_part_idx, cu->m_cuDepth[sps->zscan2raster[abs_part_idx]], sps->m_maxCUDepth, sps->m_addCUDe… in encode_cu()597 …if ((depth < cu->m_cuDepth[sps->zscan2raster[abs_part_idx]] && (depth < (sps->m_maxCUDepth - sps->… in encode_cu()
224 RK_U32 m_maxCUDepth; member