Searched refs:m_sliceType (Results 1 – 5 of 5) sorted by relevance
88 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 …]
162 || (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()
608 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()
155 SliceType sliceType = slice->m_sliceType; in h265e_reset_enctropy()
360 SliceType m_sliceType; member