Home
last modified time | relevance | path

Searched refs:m_usedByCurrPicLtSPSFlag (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c371 memset(sps->m_usedByCurrPicLtSPSFlag, 0, sizeof(sps->m_usedByCurrPicLtSPSFlag)); in h265e_set_sps()
H A Dh265e_slice.h259 RK_U32 m_usedByCurrPicLtSPSFlag[33]; member
H A Dh265e_syntax.c248 …>m_sps->m_ltRefPicPocLsbSps[i]) && (rps->m_used[k] == slice->m_sps->m_usedByCurrPicLtSPSFlag[i])) { in fill_ref_parameters()
H A Dh265e_header_gen.c517 … h265e_stream_write1_with_log(s, sps->m_usedByCurrPicLtSPSFlag[k], "used_by_curr_pic_lt_sps_flag"); in h265e_sps_write()
H A Dh265e_slice.c328 …slice->m_sps->m_ltRefPicPocLsbSps[k]) && (usedFlag == slice->m_sps->m_usedByCurrPicLtSPSFlag[k])) { in find_matching_ltrp()