Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265_syntax.h183 P_SLICE = 1, enumerator
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h46 P_SLICE = 1, enumerator
H A Dhal_h265d_com.c471 sh.slice_type == P_SLICE || in hal_h265d_slice_output_rps()
569 if (sh.slice_type == P_SLICE || sh.slice_type == B_SLICE) { in hal_h265d_slice_output_rps()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_enctropy.c136 else if (sliceType == P_SLICE) in initBuffer()
H A Dh265e_dpb.c812 slice->m_sliceType = P_SLICE; in h265e_dpb_build_list()
H A Dh265e_slice.c242 slice->m_sliceType = P_SLICE; in h265e_slice_init()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c806 sh->slice_type == P_SLICE || in hls_slice_header()
908 if (sh->slice_type == P_SLICE || sh->slice_type == B_SLICE) { in hls_slice_header()
981 if ((s->pps->weighted_pred_flag && sh->slice_type == P_SLICE) || in hls_slice_header()