Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h310 RK_U32 m_useDQP; member
H A Dh265e_header_gen.c581 …h265e_stream_write1_with_log(s, pps->m_useDQP ? 1 : 0, "cu_qp_delta_enabled_flag… in h265e_pps_write()
582 if (pps->m_useDQP) { in h265e_pps_write()
H A Dh265e_syntax.c108 … (pps->m_useDQP << 2) | in fill_picture_parameters()
H A Dh265e_ps.c410 pps->m_useDQP = 1; in h265e_set_pps()