Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c69 …RpsList->m_RefPicListModification->m_RefPicSetIdxL0[0] = rps->m_numberOfPictures - rps->num_long_t… in calc_ref_pic_set_idxl0()
95 if (m_pRps->m_numberOfPictures > 1) { in h265e_dpb_set_ref_list()
96 for (i = 0; i < m_pRps->m_numberOfPictures; i++) { in h265e_dpb_set_ref_list()
100 if (i > m_pRps->m_numberOfPictures - m_pRps->num_long_term_pic - 1) in h265e_dpb_set_ref_list()
270 for (j = 1; j < rps->m_numberOfPictures; j++) { in sort_delta_poc()
329 for (; i < rps->m_numberOfPictures; i++) { in h265e_dpb_apply_rps()
431 for (i = rps->m_numberOfPictures - 1; i >= offset; i--, ctr++) { in h265e_dpb_arrange_lt_rps()
473 for (i = rps->m_numberOfPictures - 1; i >= offset; i--, ctr++) { in h265e_dpb_arrange_lt_rps()
485 for (i = rps->m_numberOfPictures - 1, ctr = 1; i >= offset; i--, ctr++) { in h265e_dpb_arrange_lt_rps()
486 for (j = rps->m_numberOfPictures - 1 - ctr; j >= offset; j--) { in h265e_dpb_arrange_lt_rps()
[all …]
H A Dh265e_syntax.c240 for (i = 0; i < rps->m_numberOfPictures; i++) { in fill_ref_parameters()
255 RK_S32 numLongTerm = rps->m_numberOfPictures - offset; in fill_ref_parameters()
257 …for (k = rps->m_numberOfPictures - 1; k > rps->m_numberOfPictures - rps->num_long_term_pic - 1; k-… in fill_ref_parameters()
296 for ( i = rps->m_numberOfPictures - 1; i > offset - 1; i--) { in fill_ref_parameters()
298 … if ((i == rps->m_numberOfPictures - 1) || (i == rps->m_numberOfPictures - 1 - numLtrpInSPS)) { in fill_ref_parameters()
H A Dh265e_slice.c409 RK_S32 numLtrpInSH = rps->m_numberOfPictures; in h265e_code_slice_header()
415 …for (k = rps->m_numberOfPictures - 1; k > rps->m_numberOfPictures - rps->num_long_term_pic - 1; k-… in h265e_code_slice_header()
424 numLtrpInSH -= rps->m_numberOfPictures - rps->num_long_term_pic; in h265e_code_slice_header()
439 for ( k = rps->m_numberOfPictures - 1; k > offset - 1; k--) { in h265e_code_slice_header()
452 … if ((k == rps->m_numberOfPictures - 1) || (k == rps->m_numberOfPictures - 1 - numLtrpInSPS)) { in h265e_code_slice_header()
H A Dh265e_slice.h71 RK_S32 m_numberOfPictures; member