Home
last modified time | relevance | path

Searched refs:m_addCUDepth (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c588 if (depth == slice->m_sps->m_maxCUDepth - slice->m_sps->m_addCUDepth) in code_split_flag()
618 …bs_part_idx, cu->m_cuDepth[sps->zscan2raster[abs_part_idx]], sps->m_maxCUDepth, sps->m_addCUDepth); in encode_cu()
620 …ps->zscan2raster[abs_part_idx]] && (depth < (sps->m_maxCUDepth - sps->m_addCUDepth))) || bBoundary… in encode_cu()
H A Dh265e_slice.h244 RK_U32 m_addCUDepth; member
H A Dh265e_ps.c263 sps->m_addCUDepth = addCUDepth; in h265e_set_sps()