Lines Matching refs:m_cuDepth
591 …h265e_dbg_skip("depth %d cu->m_cuDepth %d", depth, cu->m_cuDepth[sps->zscan2raster[abs_part_idx]]); in code_split_flag()
594 RK_U32 currSplitFlag = (cu->m_cuDepth[sps->zscan2raster[abs_part_idx]] > depth) ? 1 : 0; in code_split_flag()
618 …h265e_dbg_skip("m_cuDepth[%d] = %d maxCUDepth %d, m_addCUDepth %d", abs_part_idx, cu->m_cuDepth[sp… in encode_cu()
620 …if ((depth < cu->m_cuDepth[sps->zscan2raster[abs_part_idx]] && (depth < (sps->m_maxCUDepth - sps->… in encode_cu()
647 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu8()
661 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu16()
666 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu16()
689 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu32()
694 memset(cu->m_cuDepth + puIdx * nSubPart, cuDepth, nSubPart); in proc_cu32()
720 cu->m_cuDepth[k] = 0; in proc_ctu64()
733 switch (cu->m_cuDepth[k]) { in proc_ctu64()
778 cu->m_cuDepth[k] = 0; in proc_ctu32()
791 switch (cu->m_cuDepth[k]) { in proc_ctu32()