Home
last modified time | relevance | path

Searched refs:m_interRPSPrediction (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h80 RK_U32 m_interRPSPrediction; member
H A Dh265e_slice.c287 mpp_writer_put_bits(bitIf, rps->m_interRPSPrediction, 1); // inter_RPS_prediction_flag in code_st_refpic_set()
289 if (rps->m_interRPSPrediction) { in code_st_refpic_set()
H A Dh265e_dpb.c647 rps->m_interRPSPrediction = 0; in h265e_dpb_cpb2rps()