Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c427 …pps->m_deblockingFilterControlPresentFlag = !codec->dblk_cfg.slice_deblocking_filter_disabled_flag; in h265e_set_pps()
428 if (pps->m_deblockingFilterControlPresentFlag) { in h265e_set_pps()
H A Dh265e_slice.h347 RK_U32 m_deblockingFilterControlPresentFlag; member
H A Dh265e_header_gen.c612 …h265e_stream_write1_with_log(s, pps->m_deblockingFilterControlPresentFlag ? 1 : 0, "deblocking_fil… in h265e_pps_write()
613 if (pps->m_deblockingFilterControlPresentFlag) { in h265e_pps_write()
H A Dh265e_slice.c530 if (slice->m_pps->m_deblockingFilterControlPresentFlag) { in h265e_code_slice_header()