Searched defs:cpb (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_refs.c | 100 EncVirtualCpb cpb; member 130 #define dump_cpb(cpb) _dump_cpb(cpb, __FUNCTION__, __LINE__) argument 132 void _dump_cpb(EncVirtualCpb *cpb, const char *func, RK_S32 line) in _dump_cpb() 214 EncVirtualCpb *cpb = &p->cpb; in mpp_enc_refs_set_cfg() local 266 static void cleanup_cpb_refs(EncVirtualCpb *cpb) in cleanup_cpb_refs() 343 static EncFrmStatus *get_ref_from_cpb(EncVirtualCpb *cpb, EncFrmStatus *frm) in get_ref_from_cpb() 392 static RK_S32 check_ref_cpb_pos(EncVirtualCpb *cpb, EncFrmStatus *frm) in check_ref_cpb_pos() 441 static void save_cpb_status(EncVirtualCpb *cpb, EncFrmStatus *refs) in save_cpb_status() 493 static void store_ref_to_cpb(EncVirtualCpb *cpb, EncFrmStatus *frm) in store_ref_to_cpb() 579 EncVirtualCpb *cpb = &p->cpb; in mpp_enc_refs_dryrun() local [all …]
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_dpb.c | 579 void h265e_dpb_cpb2rps(H265eDpb *dpb, RK_S32 curPoc, H265eSlice *slice, EncCpbStatus *cpb) in h265e_dpb_cpb2rps() 694 MPP_RET h265e_pskip_ref_check(H265eDpb *dpb, EncCpbStatus *cpb, H265eDpbFrm *frm) in h265e_pskip_ref_check() 714 void h265e_dpb_free_unsed(H265eDpb *dpb, EncCpbStatus *cpb) in h265e_dpb_free_unsed() 749 void h265e_dpb_proc_cpb(H265eDpb *dpb, EncCpbStatus *cpb) in h265e_dpb_proc_cpb() 833 void h265e_dpb_build_list(H265eDpb *dpb, EncCpbStatus *cpb) in h265e_dpb_build_list()
|
| H A D | h265e_api.c | 300 EncCpbStatus *cpb = &task->rc_task->cpb; in h265e_proc_dpb() local
|
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_dpb.c | 226 void h264e_dpb_build_list(H264eDpb *dpb, EncCpbStatus *cpb) in h264e_dpb_build_list() 424 MPP_RET h264e_dpb_proc(H264eDpb *dpb, EncCpbStatus *cpb) in h264e_dpb_proc() 599 void h264e_dpb_check(H264eDpb *dpb, EncCpbStatus *cpb) in h264e_dpb_check()
|
| H A D | h264e_api_v2.c | 449 EncCpbStatus *cpb = &task->rc_task->cpb; in h264e_proc_dpb() local
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 1813 EncCpbStatus *cpb = &rc_task->cpb; in mpp_enc_proc_two_pass() local 1878 EncCpbStatus *cpb = &rc_task->cpb; in mpp_enc_force_pskip_check() local 1917 EncCpbStatus *cpb = &rc_task->cpb; in mpp_enc_force_pskip() local 2084 EncCpbStatus *cpb = &rc_task->cpb; in mpp_enc_normal() local 2260 EncCpbStatus *cpb = &rc_task->cpb; in mpp_enc_reenc_force_pskip() local 2512 EncCpbStatus *cpb = &rc_task->cpb; in try_proc_low_deley_task() local 3389 EncCpbStatus *cpb = &rc_task->cpb; in proc_async_task() local
|
| /rockchip-linux_mpp/mpp/codec/enc/vp8/ |
| H A D | vp8e_api_v2.c | 152 EncCpbStatus *cpb = &task->rc_task->cpb; in vp8e_proc_dpb() local
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_rc_defs.h | 228 EncCpbStatus cpb; member
|