Home
last modified time | relevance | path

Searched refs:I_SLICE (Results 1 – 11 of 11) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h200 I_SLICE = 2, enumerator
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c88 if (slice->m_sliceType == I_SLICE) { in h265e_slice_set_ref_list()
238 slice->m_sliceType = I_SLICE; in h265e_slice_init()
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()
510 if (slice->m_sliceType != I_SLICE && in h265e_code_slice_header()
517 if (slice->m_sliceType != I_SLICE) { in h265e_code_slice_header()
H A Dh265e_syntax.c334 if (slice->m_sliceType == I_SLICE) { in fill_ref_parameters()
347 if (slice->m_sliceType != I_SLICE) { in fill_ref_parameters()
H A Dh265e_enctropy.c134 if (sliceType == I_SLICE) in initBuffer()
H A Dh265e_dpb.c646 if (slice->m_sliceType == I_SLICE) { in h265e_dpb_cpb2rps()
922 if (slice->m_sliceType == I_SLICE) { in h265e_dpb_build_list()
H A Dh265e_ps.c452 pps->m_encCABACTableIdx = I_SLICE; in h265e_set_pps()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h48 I_SLICE = 2, enumerator
H A Dhal_h265d_com.c471 if (!(sh.slice_type == I_SLICE || in hal_h265d_slice_output_rps()
625 sh.slice_type != I_SLICE) { in hal_h265d_slice_output_rps()
626 RK_U32 nb_list = I_SLICE - sh.slice_type; in hal_h265d_slice_output_rps()
646 if (sh.slice_type == I_SLICE) in hal_h265d_slice_output_rps()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c381 if (s->sh.slice_type == I_SLICE) { in mpp_hevc_frame_nb_refs()
H A Dh265d_parser2_syntax.c145 …ntraPicFlag = (h->first_nal_type >= 16 && h->first_nal_type <= 23) || h->sh.slice_type == I_SLICE; in fill_picture_parameters()
H A Dh265d_parser.c812 if (!(sh->slice_type == I_SLICE || in hls_slice_header()
819 if (!s->decoder_id && IS_IRAP(s) && sh->slice_type != I_SLICE) { in hls_slice_header()
1507 s->sh.slice_type != I_SLICE) { in parser_nal_unit()