Home
last modified time | relevance | path

Searched refs:L1 (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.c569 sh.nb_refs[L0] = sh.nb_refs[L1] = 0; in hal_h265d_slice_output_rps()
574 sh.nb_refs[L1] = dxva_cxt->pp.num_ref_idx_l1_default_active_minus1 + 1; in hal_h265d_slice_output_rps()
582 READ_UE(gb, &sh.nb_refs[L1]); in hal_h265d_slice_output_rps()
583 sh.nb_refs[L1] += 1; in hal_h265d_slice_output_rps()
586 if (sh.nb_refs[L0] > MAX_REFS || sh.nb_refs[L1] > MAX_REFS) { in hal_h265d_slice_output_rps()
588 sh.nb_refs[L0], sh.nb_refs[L1]); in hal_h265d_slice_output_rps()
617 for (i = 0; (RK_U32)i < sh.nb_refs[L1]; i++) in hal_h265d_slice_output_rps()
H A Dhal_h265d_com.h29 #define L1 1 macro
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c873 slice->m_numRefIdx[L1] = MPP_MIN(dpb->max_ref_l1, slice->m_rps->m_numberOfPictures); in h265e_dpb_build_list()
878 if ((slice->m_sliceType == B_SLICE) && (slice->m_numRefIdx[L1] == 0)) { in h265e_dpb_build_list()
896 for (refIdx = 0; refIdx < slice->m_numRefIdx[L1] && bLowDelay; refIdx++) { in h265e_dpb_build_list()
897 if (slice->m_refPicList[L1][refIdx]->poc > curPOC) { in h265e_dpb_build_list()
909 if (slice->m_numRefIdx[L0] == slice->m_numRefIdx[L1]) { in h265e_dpb_build_list()
911 for (i = 0; i < slice->m_numRefIdx[L1]; i++) { in h265e_dpb_build_list()
912 if (slice->m_refPOCList[L1][i] != slice->m_refPOCList[L0][i]) { in h265e_dpb_build_list()
/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h83 #define L1 1 macro
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c380 for (i = 0; i < s->sh.nb_refs[L1]; i++) { in pred_weight_table()
388 for (i = 0; i < s->sh.nb_refs[L1]; i++) in pred_weight_table()
391 for (i = 0; i < s->sh.nb_refs[L1]; i++) in pred_weight_table()
394 for (i = 0; i < s->sh.nb_refs[L1]; i++) { in pred_weight_table()
921 sh->nb_refs[L0] = sh->nb_refs[L1] = 0; in hls_slice_header()
927 sh->nb_refs[L1] = s->pps->num_ref_idx_l1_default_active; in hls_slice_header()
935 READ_UE(gb, &sh->nb_refs[L1]); in hls_slice_header()
936 sh->nb_refs[L1] += 1; in hls_slice_header()
939 if (sh->nb_refs[L0] > MAX_REFS || sh->nb_refs[L1] > MAX_REFS) { in hls_slice_header()
941 sh->nb_refs[L0], sh->nb_refs[L1]); in hls_slice_header()
[all …]