Home
last modified time | relevance | path

Searched refs:m_cuDepth (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c567 …h265e_dbg_skip("depth %d cu->m_cuDepth %d", depth, cu->m_cuDepth[sps->zscan2raster[abs_part_idx]]); in code_split_flag()
570 RK_U32 currSplitFlag = (cu->m_cuDepth[sps->zscan2raster[abs_part_idx]] > depth) ? 1 : 0; in code_split_flag()
595 …h265e_dbg_skip("m_cuDepth[%d] = %d maxCUDepth %d, m_addCUDepth %d", abs_part_idx, cu->m_cuDepth[sp… in encode_cu()
597 …if ((depth < cu->m_cuDepth[sps->zscan2raster[abs_part_idx]] && (depth < (sps->m_maxCUDepth - sps->… in encode_cu()
627 memset(cu->m_cuDepth + puIdx * nSubPart, 3, nSubPart); in proc_cu8()
644 memset(cu->m_cuDepth + puIdx * nSubPart, 2, nSubPart); in proc_cu16()
649 memset(cu->m_cuDepth + puIdx * nSubPart, 2, nSubPart); in proc_cu16()
676 memset(cu->m_cuDepth + puIdx * nSubPart, 1, nSubPart); in proc_cu32()
681 memset(cu->m_cuDepth + puIdx * nSubPart, 1, nSubPart); in proc_cu32()
704 cu->m_cuDepth[k] = 0; in proc_ctu()
[all …]
H A Dh265e_slice.h41 RK_U8 m_cuDepth[256]; member