Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c403 …pps->m_deblockingFilterControlPresentFlag = !codec->dblk_cfg.slice_deblocking_filter_disabled_flag; in h265e_set_pps()
404 if (pps->m_deblockingFilterControlPresentFlag) { in h265e_set_pps()
H A Dh265e_slice.h328 RK_U32 m_deblockingFilterControlPresentFlag; member
H A Dh265e_header_gen.c598 …h265e_stream_write1_with_log(s, pps->m_deblockingFilterControlPresentFlag ? 1 : 0, "deblocking_fil… in h265e_pps_write()
599 if (pps->m_deblockingFilterControlPresentFlag) { in h265e_pps_write()
H A Dh265e_slice.c509 if (slice->m_pps->m_deblockingFilterControlPresentFlag) { in h265e_code_slice_header()