Home
last modified time | relevance | path

Searched refs:m_quadtreeTUMaxDepthIntra (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h257 RK_U32 m_quadtreeTUMaxDepthIntra; member
H A Dh265e_syntax.c75 pp->max_transform_hierarchy_depth_intra = sps->m_quadtreeTUMaxDepthIntra; in fill_picture_parameters()
H A Dh265e_ps.c285 sps->m_quadtreeTUMaxDepthIntra = 1; //tuQTMaxIntraDepth in h265e_set_sps()
H A Dh265e_header_gen.c495 …h265e_stream_write_ue_with_log(s, sps->m_quadtreeTUMaxDepthIntra - 1, "max_transform_hierarchy_d… in h265e_sps_write()