Home
last modified time | relevance | path

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

/rockchip-linux_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()
473 sh.slice_type == B_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()
573 if (sh.slice_type == B_SLICE) in hal_h265d_slice_output_rps()
581 if (sh.slice_type == B_SLICE) { in hal_h265d_slice_output_rps()
614 if (sh.slice_type == B_SLICE) { in hal_h265d_slice_output_rps()
H A Dhal_h265d_com.h46 B_SLICE = 0, enumerator
/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h198 B_SLICE = 0, enumerator
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c379 if (s->sh.slice_type == B_SLICE) { in pred_weight_table()
814 sh->slice_type == B_SLICE)) { in hls_slice_header()
922 if (sh->slice_type == P_SLICE || sh->slice_type == B_SLICE) { in hls_slice_header()
926 if (sh->slice_type == B_SLICE) in hls_slice_header()
934 if (sh->slice_type == B_SLICE) { in hls_slice_header()
960 if (sh->slice_type == B_SLICE) { in hls_slice_header()
968 if (sh->slice_type == B_SLICE) in hls_slice_header()
979 if (sh->slice_type == B_SLICE) { in hls_slice_header()
996 (s->pps->weighted_bipred_flag && sh->slice_type == B_SLICE)) { in hls_slice_header()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c878 if ((slice->m_sliceType == B_SLICE) && (slice->m_numRefIdx[L1] == 0)) { in h265e_dpb_build_list()
882 if (slice->m_sliceType == B_SLICE) { in h265e_dpb_build_list()
908 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()
249 if (slice->m_sliceType != B_SLICE && !curr.non_recn) in h265e_slice_init()
H A Dh265e_syntax.c175 || (slice->m_sliceType == B_SLICE && in fill_slice_parameters()