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()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 …]
175 || (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()
646 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()
155 SliceType sliceType = slice->m_sliceType; in h265e_reset_enctropy()
379 SliceType m_sliceType; member