Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h292 RK_U32 m_bConstrainedIntraPred; // constrained_intra_pred_flag member
H A Dh265e_syntax.c91 …pp->CodingSettingPicturePropertyFlags = (pps->m_bConstrainedIntraPred << … in fill_picture_parameters()
H A Dh265e_ps.c379 pps->m_bConstrainedIntraPred = 0; in h265e_set_pps()
H A Dh265e_header_gen.c565 …h265e_stream_write1_with_log(s, pps->m_bConstrainedIntraPred ? 1 : 0, "constrained_intra_pred_… in h265e_pps_write()