Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c230 RK_U8 nb_list = sh->slice_type == B_SLICE ? 2 : 1; in hal_h265d_slice_rpl()
472 sh.slice_type == B_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()
572 if (sh.slice_type == B_SLICE) in hal_h265d_slice_output_rps()
580 if (sh.slice_type == B_SLICE) { in hal_h265d_slice_output_rps()
613 if (sh.slice_type == B_SLICE) { in hal_h265d_slice_output_rps()
H A Dhal_h265d_com.h45 B_SLICE = 0, enumerator
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265_syntax.h182 B_SLICE = 0, enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c373 if (s->sh.slice_type == B_SLICE) { in pred_weight_table()
807 sh->slice_type == B_SLICE)) { in hls_slice_header()
908 if (sh->slice_type == P_SLICE || sh->slice_type == B_SLICE) { in hls_slice_header()
912 if (sh->slice_type == B_SLICE) in hls_slice_header()
920 if (sh->slice_type == B_SLICE) { in hls_slice_header()
946 if (sh->slice_type == B_SLICE) { in hls_slice_header()
954 if (sh->slice_type == B_SLICE) in hls_slice_header()
965 if (sh->slice_type == B_SLICE) { in hls_slice_header()
982 (s->pps->weighted_bipred_flag && sh->slice_type == B_SLICE)) { in hls_slice_header()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c811 if ((slice->m_sliceType == B_SLICE) && (slice->m_numRefIdx[L1] == 0)) { in h265e_dpb_build_list()
815 if (slice->m_sliceType == B_SLICE) { in h265e_dpb_build_list()
841 if (slice->m_sliceType == B_SLICE) { in h265e_dpb_build_list()
H A Dh265e_slice.c150 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()
248 if (slice->m_sliceType != B_SLICE && !curr.non_recn) in h265e_slice_init()
H A Dh265e_syntax.c162 || (slice->m_sliceType == B_SLICE && in fill_slice_parameters()