Searched refs:H265eDpb (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_dpb.h | 47 typedef struct H265eDpb_t H265eDpb; typedef 53 typedef struct H265eDpb_t H265eDpb; typedef 64 H265eDpb *dpb; 125 } H265eDpb; typedef 132 MPP_RET h265e_dpb_init(H265eDpb **dpb); 133 MPP_RET h265e_dpb_deinit(H265eDpb *dpb); 134 MPP_RET h265e_dpb_setup_buf_size(H265eDpb *dpb, RK_U32 size[], RK_U32 count); 135 MPP_RET h265e_dpb_get_curr(H265eDpb *dpb); 136 void h265e_dpb_build_list(H265eDpb *dpb, EncCpbStatus *cpb); 137 void h265e_dpb_proc_cpb(H265eDpb *dpb, EncCpbStatus *cpb); [all …]
|
| H A D | h265e_dpb.c | 72 MPP_RET h265e_dpb_init_curr(H265eDpb *dpb, H265eDpbFrm *frm) in h265e_dpb_init_curr() 92 MPP_RET h265e_dpb_get_curr(H265eDpb *dpb) in h265e_dpb_get_curr() 119 MPP_RET h265e_dpb_init(H265eDpb **dpb) in h265e_dpb_init() 122 H265eDpb *p = NULL; in h265e_dpb_init() 131 p = mpp_calloc_size(H265eDpb, sizeof(H265eDpb)); in h265e_dpb_init() 160 MPP_RET h265e_dpb_deinit(H265eDpb *dpb) in h265e_dpb_deinit() 181 enum NALUnitType get_nal_unit_type(H265eDpb *dpb, int curPOC) in get_nal_unit_type() 256 void h265e_dpb_apply_rps(H265eDpb *dpb, H265eReferencePictureSet *rps, int curPoc) in h265e_dpb_apply_rps() 309 void h265e_dpb_dec_refresh_marking(H265eDpb *dpb, RK_S32 poc_cur, enum NALUnitType nalUnitType) in h265e_dpb_dec_refresh_marking() 364 void h265e_dpb_arrange_lt_rps(H265eDpb *dpb, H265eSlice *slice) in h265e_dpb_arrange_lt_rps() [all …]
|
| H A D | h265e_codec.h | 72 H265eDpb *dpb;
|