Home
last modified time | relevance | path

Searched refs:MAX_CPB_REFS (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/inc/
H A Dmpp_rc_defs.h22 #define MAX_CPB_REFS (8) macro
162 EncFrmStatus init[MAX_CPB_REFS];
164 EncFrmStatus final[MAX_CPB_REFS];
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.c246 for (i = 0; i < MAX_CPB_REFS; i++) { in h264e_dpb_build_list()
459 for (i = 0; i < MAX_CPB_REFS; i++) { in h264e_dpb_proc()
494 for (j = 0; j < MAX_CPB_REFS; j++) { in h264e_dpb_proc()
722 for (i = 0; i < MAX_CPB_REFS; i++) { in h264e_dpb_check()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c611 for (i = 0; i < MAX_CPB_REFS; i++) { in h265e_dpb_cpb2rps()
774 for (i = 0; i < MAX_CPB_REFS; i++) { in h265e_dpb_proc_cpb()