Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c383 pps->m_useDQP = 0; in h265e_set_pps()
385 pps->m_useDQP = 1; in h265e_set_pps()
H A Dh265e_slice.h291 RK_U32 m_useDQP; member
H A Dh265e_header_gen.c567 …h265e_stream_write1_with_log(s, pps->m_useDQP ? 1 : 0, "cu_qp_delta_enabled_flag… in h265e_pps_write()
568 if (pps->m_useDQP) { in h265e_pps_write()
H A Dh265e_syntax.c93 … (pps->m_useDQP << 2) | in fill_picture_parameters()