Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h295 RK_U32 m_useStrongIntraSmoothing; member
H A Dh265e_syntax.c98 (sps->m_useStrongIntraSmoothing << 19) | in fill_picture_parameters()
H A Dh265e_ps.c320 sps->m_useStrongIntraSmoothing = codec->cu_cfg.strong_intra_smoothing_enabled_flag; in h265e_set_sps()
H A Dh265e_header_gen.c536 …h265e_stream_write1_with_log(s, sps->m_useStrongIntraSmoothing, "sps_strong_intra_smoothi… in h265e_sps_write()