Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c45 if (m_pRps->m_numberOfPictures > 1) { in h265e_dpb_set_ref_list()
46 for (i = 0; i < m_pRps->m_numberOfPictures; i++) { in h265e_dpb_set_ref_list()
60 for ( i = 1; i < m_pRps->m_numberOfPictures - 1; i++) { in h265e_dpb_set_ref_list()
223 for (j = 1; j < rps->m_numberOfPictures; j++) { in sort_delta_poc()
282 for (; i < rps->m_numberOfPictures; i++) { in h265e_dpb_apply_rps()
395 for (i = rps->m_numberOfPictures - 1; i >= offset; i--, ctr++) { in h265e_dpb_arrange_lt_rps()
437 for (i = rps->m_numberOfPictures - 1; i >= offset; i--, ctr++) { in h265e_dpb_arrange_lt_rps()
449 for (i = rps->m_numberOfPictures - 1, ctr = 1; i >= offset; i--, ctr++) { in h265e_dpb_arrange_lt_rps()
450 for (j = rps->m_numberOfPictures - 1 - ctr; j >= offset; j--) { in h265e_dpb_arrange_lt_rps()
613 rps->m_numberOfPictures = 0; in h265e_dpb_cpb2rps()
[all …]
H A Dh265e_syntax.c226 for (i = 0; i < rps->m_numberOfPictures; i++) { in fill_ref_parameters()
242 RK_S32 numLongTerm = rps->m_numberOfPictures - offset; in fill_ref_parameters()
244 …for (k = rps->m_numberOfPictures - 1; k > rps->m_numberOfPictures - rps->num_long_term_pic - 1; k-… in fill_ref_parameters()
286 for ( i = rps->m_numberOfPictures - 1; i > offset - 1; i--) { in fill_ref_parameters()
288 … if ((i == rps->m_numberOfPictures - 1) || (i == rps->m_numberOfPictures - 1 - numLtrpInSPS)) { in fill_ref_parameters()
H A Dh265e_slice.c388 RK_S32 numLtrpInSH = rps->m_numberOfPictures; in h265e_code_slice_header()
394 …for (k = rps->m_numberOfPictures - 1; k > rps->m_numberOfPictures - rps->num_long_term_pic - 1; k-… in h265e_code_slice_header()
418 for ( k = rps->m_numberOfPictures - 1; k > offset - 1; k--) { in h265e_code_slice_header()
431 … if ((k == rps->m_numberOfPictures - 1) || (k == rps->m_numberOfPictures - 1 - numLtrpInSPS)) { in h265e_code_slice_header()
H A Dh265e_slice.h61 RK_S32 m_numberOfPictures; member