Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c88 if (slice->m_sliceType == I_SLICE) { in h265e_slice_set_ref_list()
150 if (slice->m_sliceType == B_SLICE) { in h265e_slice_set_ref_list()
176 if (slice->m_sliceType != B_SLICE) { in h265e_slice_set_ref_list()
238 slice->m_sliceType = I_SLICE; in h265e_slice_init()
243 slice->m_sliceType = P_SLICE; in h265e_slice_init()
249 if (slice->m_sliceType != B_SLICE && !curr.non_recn) in h265e_slice_init()
280 slice->m_sliceType, slice->is_referenced); in h265e_slice_init()
384 mpp_writer_put_ue(bitIf, slice->m_sliceType); in h265e_code_slice_header()
390 if (slice->m_sliceType != I_SLICE) { // skip frame can't iDR in h265e_code_slice_header()
477 if (slice->m_sliceType != I_SLICE) { in h265e_code_slice_header()
[all …]
H A Dh265e_syntax.c175 || (slice->m_sliceType == B_SLICE && in fill_slice_parameters()
183 sp->slice_type = slice->m_sliceType; in fill_slice_parameters()
334 if (slice->m_sliceType == I_SLICE) { in fill_ref_parameters()
347 if (slice->m_sliceType != I_SLICE) { in fill_ref_parameters()
H A Dh265e_dpb.c646 if (slice->m_sliceType == I_SLICE) { in h265e_dpb_cpb2rps()
878 if ((slice->m_sliceType == B_SLICE) && (slice->m_numRefIdx[L1] == 0)) { in h265e_dpb_build_list()
879 slice->m_sliceType = P_SLICE; in h265e_dpb_build_list()
882 if (slice->m_sliceType == B_SLICE) { in h265e_dpb_build_list()
908 if (slice->m_sliceType == B_SLICE) { in h265e_dpb_build_list()
922 if (slice->m_sliceType == I_SLICE) { in h265e_dpb_build_list()
H A Dh265e_enctropy.c155 SliceType sliceType = slice->m_sliceType; in h265e_reset_enctropy()
H A Dh265e_slice.h379 SliceType m_sliceType; member