Searched refs:final (Results 1 – 5 of 5) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_refs.c | 950 memset(status->final, 0, sizeof(status->final)); in mpp_enc_refs_get_cpb() 951 save_cpb_status(&p->cpb, status->final); in mpp_enc_refs_get_cpb() 1038 memset(status->final, 0, sizeof(status->final)); in mpp_enc_refs_get_cpb_pass1() 1039 save_cpb_status(cpb, status->final); in mpp_enc_refs_get_cpb_pass1()
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_rc_defs.h | 164 EncFrmStatus final[MAX_CPB_REFS]; member
|
| /rockchip-linux_mpp/ |
| H A D | readme.txt | 16 b. use cmake out-of-source build, final binary and library will be install to 160 |----- out final release binary output directory
|
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_dpb.c | 723 dpb->map[i] = find_cpb_frame(dpb, &cpb->final[i]); in h264e_dpb_check()
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_dpb.c | 735 if (h265e_check_frame_cpb(frm, MAX_REFS, &cpb->final[0])) { in h265e_dpb_free_unsed()
|