Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c370 memset(sps->m_ltRefPicPocLsbSps, 0, sizeof(sps->m_ltRefPicPocLsbSps)); in h265e_set_sps()
H A Dh265e_slice.h258 RK_U32 m_ltRefPicPocLsbSps[33]; member
H A Dh265e_syntax.c248 …if ((lsb == slice->m_sps->m_ltRefPicPocLsbSps[i]) && (rps->m_used[k] == slice->m_sps->m_usedByCurr… in fill_ref_parameters()
H A Dh265e_header_gen.c516 …h265e_stream_write_with_log(s, sps->m_ltRefPicPocLsbSps[k], sps->m_bitsForPOC, "lt_ref_pic_poc_lsb… in h265e_sps_write()
H A Dh265e_slice.c328 …if ((lsb == slice->m_sps->m_ltRefPicPocLsbSps[k]) && (usedFlag == slice->m_sps->m_usedByCurrPicLtS… in find_matching_ltrp()