Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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()
237 slice->m_sliceType = I_SLICE; in h265e_slice_init()
242 slice->m_sliceType = P_SLICE; in h265e_slice_init()
248 if (slice->m_sliceType != B_SLICE && !curr.non_recn) in h265e_slice_init()
277 slice->m_sliceType, slice->is_referenced); in h265e_slice_init()
363 mpp_writer_put_ue(bitIf, slice->m_sliceType); in h265e_code_slice_header()
369 if (slice->m_sliceType != I_SLICE) { // skip frame can't iDR in h265e_code_slice_header()
456 if (slice->m_sliceType != I_SLICE) { in h265e_code_slice_header()
[all …]
H A Dh265e_syntax.c162 || (slice->m_sliceType == B_SLICE && in fill_slice_parameters()
170 sp->slice_type = slice->m_sliceType; in fill_slice_parameters()
324 if (slice->m_sliceType == I_SLICE) { in fill_ref_parameters()
337 if (slice->m_sliceType != I_SLICE) { in fill_ref_parameters()
H A Dh265e_dpb.c608 if (slice->m_sliceType == I_SLICE) { in h265e_dpb_cpb2rps()
811 if ((slice->m_sliceType == B_SLICE) && (slice->m_numRefIdx[L1] == 0)) { in h265e_dpb_build_list()
812 slice->m_sliceType = P_SLICE; in h265e_dpb_build_list()
815 if (slice->m_sliceType == B_SLICE) { in h265e_dpb_build_list()
841 if (slice->m_sliceType == B_SLICE) { in h265e_dpb_build_list()
855 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.h360 SliceType m_sliceType; member