Home
last modified time | relevance | path

Searched refs:L0 (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()
572 sh.nb_refs[L0] = dxva_cxt->pp.num_ref_idx_l0_default_active_minus1 + 1; in hal_h265d_slice_output_rps()
579 READ_UE(gb, &sh.nb_refs[L0]); in hal_h265d_slice_output_rps()
580 sh.nb_refs[L0] += 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()
610 for (i = 0; (RK_U32)i < sh.nb_refs[L0]; i++) in hal_h265d_slice_output_rps()
H A Dhal_h265d_com.h28 #define L0 0 macro
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c337 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
346 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
350 for (i = 0; i < s->sh.nb_refs[L0]; i++) in pred_weight_table()
354 for (i = 0; i < s->sh.nb_refs[L0]; i++) { in pred_weight_table()
921 sh->nb_refs[L0] = sh->nb_refs[L1] = 0; in hls_slice_header()
925 sh->nb_refs[L0] = s->pps->num_ref_idx_l0_default_active; in hls_slice_header()
932 READ_UE(gb, &sh->nb_refs[L0]); in hls_slice_header()
933 sh->nb_refs[L0] += 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 …]
/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h82 #define L0 0 macro
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c872 …slice->m_numRefIdx[L0] = MPP_MIN(dpb->max_ref_l0, slice->m_rps->m_numberOfPictures); // Ensuring … in h265e_dpb_build_list()
890 for (refIdx = 0; refIdx < slice->m_numRefIdx[L0] && bLowDelay; refIdx++) { in h265e_dpb_build_list()
891 if (slice->m_refPicList[L0][refIdx]->poc > curPOC) { in h265e_dpb_build_list()
909 if (slice->m_numRefIdx[L0] == slice->m_numRefIdx[L1]) { in h265e_dpb_build_list()
912 if (slice->m_refPOCList[L1][i] != slice->m_refPOCList[L0][i]) { in h265e_dpb_build_list()