Home
last modified time | relevance | path

Searched refs:I_SLICE (Results 1 – 11 of 11) 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()
237 slice->m_sliceType = I_SLICE; in h265e_slice_init()
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()
489 if (slice->m_sliceType != I_SLICE && in h265e_code_slice_header()
496 if (slice->m_sliceType != I_SLICE) { in h265e_code_slice_header()
H A Dh265e_syntax.c324 if (slice->m_sliceType == I_SLICE) { in fill_ref_parameters()
337 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.c608 if (slice->m_sliceType == I_SLICE) { in h265e_dpb_cpb2rps()
855 if (slice->m_sliceType == I_SLICE) { in h265e_dpb_build_list()
H A Dh265e_ps.c428 pps->m_encCABACTableIdx = I_SLICE; in h265e_set_pps()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c470 if (!(sh.slice_type == I_SLICE || in hal_h265d_slice_output_rps()
624 sh.slice_type != I_SLICE) { in hal_h265d_slice_output_rps()
625 RK_U32 nb_list = I_SLICE - sh.slice_type; in hal_h265d_slice_output_rps()
645 if (sh.slice_type == I_SLICE) in hal_h265d_slice_output_rps()
H A Dhal_h265d_com.h47 I_SLICE = 2, enumerator
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265_syntax.h184 I_SLICE = 2, enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c370 if (s->sh.slice_type == I_SLICE) { in mpp_hevc_frame_nb_refs()
H A Dh265d_parser2_syntax.c144 (h->sh.slice_type == I_SLICE || (h->recovery.valid_flag && in fill_picture_parameters()
H A Dh265d_parser.c805 if (!(sh->slice_type == I_SLICE || in hls_slice_header()
812 if (!s->decoder_id && IS_IRAP(s) && sh->slice_type != I_SLICE) { in hls_slice_header()
1448 s->sh.slice_type != I_SLICE) { in parser_nal_unit()