Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h311 RK_U32 m_bConstrainedIntraPred; // constrained_intra_pred_flag member
H A Dh265e_syntax.c106 …pp->CodingSettingPicturePropertyFlags = (pps->m_bConstrainedIntraPred << … in fill_picture_parameters()
H A Dh265e_ps.c406 pps->m_bConstrainedIntraPred = codec->const_intra_pred; in h265e_set_pps()
H A Dh265e_header_gen.c579 …h265e_stream_write1_with_log(s, pps->m_bConstrainedIntraPred ? 1 : 0, "constrained_intra_pred_… in h265e_pps_write()