Searched refs:MAX_REFS (Results 1 – 11 of 11) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_slice.h | 63 RK_S32 m_refIdc[MAX_REFS + 1]; 66 RK_U32 check_lt_msb[MAX_REFS]; 67 RK_S32 m_pocLSBLT[MAX_REFS]; 68 RK_S32 m_deltaPOCMSBCycleLT[MAX_REFS]; 69 RK_U32 m_deltaPocMSBPresentFlag[MAX_REFS]; 74 RK_S32 delta_poc[MAX_REFS]; 75 RK_U32 m_used[MAX_REFS]; 76 RK_U32 m_ref[MAX_REFS]; 77 RK_S32 poc[MAX_REFS]; 78 RK_S32 m_RealPoc[MAX_REFS]; [all …]
|
| H A D | h265e_dpb.c | 52 H265eDpbFrm* refPicSetLtCurr[MAX_REFS]; in calc_ref_pic_set_idxl0() 403 RK_U32 tempArray[MAX_REFS]; in h265e_dpb_arrange_lt_rps() 413 RK_S32 longtermPicsPoc[MAX_REFS], longtermPicsLSB[MAX_REFS], indices[MAX_REFS]; in h265e_dpb_arrange_lt_rps() 414 RK_S32 longtermPicsRealPoc[MAX_REFS]; in h265e_dpb_arrange_lt_rps() 415 RK_S32 longtermPicsMSB[MAX_REFS]; in h265e_dpb_arrange_lt_rps() 416 RK_U32 mSBPresentFlag[MAX_REFS]; in h265e_dpb_arrange_lt_rps() 589 RK_U32 isShortTermValid[MAX_REFS]; in h265e_dpb_cpb2rps() 597 memset(isShortTermValid, 1, sizeof(RK_U32)*MAX_REFS); in h265e_dpb_cpb2rps() 605 memset(rps->delta_poc, 0, MAX_REFS * sizeof(int)); in h265e_dpb_cpb2rps() 622 p = h265e_find_cpb_frame(dpb->frame_list, MAX_REFS, frm); in h265e_dpb_cpb2rps() [all …]
|
| H A D | h265e_dpb.h | 102 RK_U32 used_by_cur[MAX_REFS]; 131 H265eDpbFrm frame_list[MAX_REFS + 1];
|
| H A D | h265e_slice.c | 31 for (index = 0; index < MAX_REFS; index++) { in get_ref_pic() 45 H265eDpbFrm* stPic = &frame_list[MAX_REFS - 1]; in get_lt_ref_pic() 53 for (index = MAX_REFS - 1 ; index >= 0; index--) { in get_lt_ref_pic() 79 H265eDpbFrm* refPicSetStCurr0[MAX_REFS]; in h265e_slice_set_ref_list() 80 H265eDpbFrm* refPicSetStCurr1[MAX_REFS]; in h265e_slice_set_ref_list() 81 H265eDpbFrm* refPicSetLtCurr[MAX_REFS]; in h265e_slice_set_ref_list() 132 H265eDpbFrm* rpsCurrList0[MAX_REFS + 1]; in h265e_slice_set_ref_list() 133 H265eDpbFrm* rpsCurrList1[MAX_REFS + 1]; in h265e_slice_set_ref_list() 410 RK_S32 ltrpInSPS[MAX_REFS]; in h265e_code_slice_header()
|
| H A D | h265e_ps.c | 136 …vps->m_maxDecPicBuffering[i] = MPP_MIN(MAX_REFS, MPP_MAX((vps->m_numReorderPics[i] + 3), codec->nu… in h265e_set_vps()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_com.h | 30 #define MAX_REFS 16 macro 70 RK_U32 dpb_index[MAX_REFS];
|
| H A D | hal_h265d_com.c | 287 for (j = 0; j < nb_refs && rpl_tmp.nb_refs < MAX_REFS; j++) { in hal_h265d_slice_rpl() 586 if (sh.nb_refs[L0] > MAX_REFS || sh.nb_refs[L1] > MAX_REFS) { in hal_h265d_slice_output_rps()
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | h265_syntax.h | 57 #define MAX_REFS 16 macro
|
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser.h | 77 struct HEVCFrame *ref[MAX_REFS]; 78 RK_S32 list[MAX_REFS]; 79 RK_S32 isLongTerm[MAX_REFS];
|
| H A D | h265d_ps.c | 241 if (rps->num_negative_pics >= MAX_REFS || in mpp_hevc_decode_short_term_rps() 242 nb_positive_pics >= MAX_REFS) { in mpp_hevc_decode_short_term_rps()
|
| H A D | h265d_parser.c | 939 if (sh->nb_refs[L0] > MAX_REFS || sh->nb_refs[L1] > MAX_REFS) { in hls_slice_header()
|