Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c411 pps->m_maxCuDQPDepth = codec->trans_cfg.diff_cu_qp_delta_depth; in h265e_set_pps()
412 pps->m_minCuDQPSize = (sps->m_maxCUSize >> pps->m_maxCuDQPDepth); in h265e_set_pps()
H A Dh265e_slice.h316 RK_U32 m_maxCuDQPDepth; member
H A Dh265e_syntax.c125 pp->diff_cu_qp_delta_depth = pps->m_maxCuDQPDepth; in fill_picture_parameters()
H A Dh265e_header_gen.c583 … h265e_stream_write_ue_with_log(s, pps->m_maxCuDQPDepth, "diff_cu_qp_delta_depth"); in h265e_pps_write()