Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c424 pps->m_signHideFlag = 0; in h265e_set_pps()
450 pps->m_signHideFlag = 0; in h265e_set_pps()
H A Dh265e_slice.h334 RK_S32 m_signHideFlag; member
H A Dh265e_syntax.c102 (pps->m_signHideFlag << 25) | in fill_picture_parameters()
H A Dh265e_header_gen.c573 … h265e_stream_write1_with_log(s, pps->m_signHideFlag, "sign_data_hiding_flag"); in h265e_pps_write()