Searched refs:m_maxCUDepth (Results 1 – 3 of 3) sorted by relevance
588 if (depth == slice->m_sps->m_maxCUDepth - slice->m_sps->m_addCUDepth) in code_split_flag()618 …", abs_part_idx, cu->m_cuDepth[sps->zscan2raster[abs_part_idx]], sps->m_maxCUDepth, sps->m_addCUDe… in encode_cu()620 …if ((depth < cu->m_cuDepth[sps->zscan2raster[abs_part_idx]] && (depth < (sps->m_maxCUDepth - sps->… in encode_cu()621 RK_U32 numPartions = 1 << (sps->m_maxCUDepth << 1); in encode_cu()716 RK_U32 numPartions = 1 << (sps->m_maxCUDepth << 1); in proc_ctu64()774 RK_U32 numPartions = 1 << (sps->m_maxCUDepth << 1); in proc_ctu32()
262 sps->m_maxCUDepth = maxCUDepth; 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()
243 RK_U32 m_maxCUDepth; member