Home
last modified time | relevance | path

Searched refs:H265eDpb (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.h47 typedef struct H265eDpb_t H265eDpb; typedef
53 typedef struct H265eDpb_t H265eDpb; typedef
64 H265eDpb *dpb;
132 } H265eDpb; typedef
139 MPP_RET h265e_dpb_init(H265eDpb **dpb);
140 MPP_RET h265e_dpb_deinit(H265eDpb *dpb);
141 MPP_RET h265e_dpb_setup_buf_size(H265eDpb *dpb, RK_U32 size[], RK_U32 count);
142 MPP_RET h265e_dpb_get_curr(H265eDpb *dpb);
143 void h265e_dpb_build_list(H265eDpb *dpb, EncCpbStatus *cpb);
144 void h265e_dpb_proc_cpb(H265eDpb *dpb, EncCpbStatus *cpb);
[all …]
H A Dh265e_dpb.c29 void h265e_dpb_dump_frm(H265eDpb *dpb, const char *fmt) in h265e_dpb_dump_frm()
46 MPP_RET calc_ref_pic_set_idxl0(H265eDpb *dpb, H265eSlice *slice, RK_S32 ref_idx) in calc_ref_pic_set_idxl0()
75 void h265e_dpb_set_ref_list(H265eDpb *dpb, H265eSlice *slice, RK_S32 delta_poc) in h265e_dpb_set_ref_list()
120 MPP_RET h265e_dpb_init_curr(H265eDpb *dpb, H265eDpbFrm *frm) in h265e_dpb_init_curr()
140 MPP_RET h265e_dpb_get_curr(H265eDpb *dpb) in h265e_dpb_get_curr()
166 MPP_RET h265e_dpb_init(H265eDpb **dpb) in h265e_dpb_init()
169 H265eDpb *p = NULL; in h265e_dpb_init()
178 p = mpp_calloc_size(H265eDpb, sizeof(H265eDpb)); in h265e_dpb_init()
207 MPP_RET h265e_dpb_deinit(H265eDpb *dpb) in h265e_dpb_deinit()
228 enum NALUnitType get_nal_unit_type(H265eDpb *dpb, int curPOC) in get_nal_unit_type()
[all …]
H A Dh265e_codec.h72 H265eDpb *dpb;
/rockchip-linux_mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu510.c139 H265eDpb *dpb;
2492 ctx->dpb = (H265eDpb*)ctx->syn->dpb; in hal_h265e_v510_get_task()
H A Dhal_h265e_vepu511.c140 H265eDpb *dpb;
2732 ctx->dpb = (H265eDpb*)ctx->syn->dpb; in hal_h265e_vepu511_get_task()
H A Dhal_h265e_vepu580.c192 H265eDpb *dpb;
3331 ctx->dpb = (H265eDpb*)ctx->syn->dpb; in hal_h265e_v580_get_task()