Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h276 RK_U32 m_useStrongIntraSmoothing; member
H A Dh265e_syntax.c83 (sps->m_useStrongIntraSmoothing << 19) | in fill_picture_parameters()
H A Dh265e_ps.c301 sps->m_useStrongIntraSmoothing = codec->cu_cfg.strong_intra_smoothing_enabled_flag; in h265e_set_sps()
H A Dh265e_header_gen.c522 …h265e_stream_write1_with_log(s, sps->m_useStrongIntraSmoothing, "sps_strong_intra_smoothi… in h265e_sps_write()