Home
last modified time | relevance | path

Searched refs:P_SLICE (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h199 P_SLICE = 1, enumerator
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h47 P_SLICE = 1, enumerator
H A Dhal_h265d_com.c472 sh.slice_type == P_SLICE || in hal_h265d_slice_output_rps()
570 if (sh.slice_type == P_SLICE || sh.slice_type == B_SLICE) { in hal_h265d_slice_output_rps()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_enctropy.c136 else if (sliceType == P_SLICE) in initBuffer()
H A Dh265e_dpb.c879 slice->m_sliceType = P_SLICE; in h265e_dpb_build_list()
H A Dh265e_slice.c243 slice->m_sliceType = P_SLICE; in h265e_slice_init()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c813 sh->slice_type == P_SLICE || in hls_slice_header()
922 if (sh->slice_type == P_SLICE || sh->slice_type == B_SLICE) { in hls_slice_header()
995 if ((s->pps->weighted_pred_flag && sh->slice_type == P_SLICE) || in hls_slice_header()