Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_rc_defs.h22 #define MAX_CPB_REFS (8) macro
162 EncFrmStatus init[MAX_CPB_REFS];
164 EncFrmStatus final[MAX_CPB_REFS];
/OK3568_Linux_fs/external/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];
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.c246 for (i = 0; i < MAX_CPB_REFS; i++) { in h264e_dpb_build_list()
460 for (i = 0; i < MAX_CPB_REFS; i++) { in h264e_dpb_proc()
495 for (j = 0; j < MAX_CPB_REFS; j++) { in h264e_dpb_proc()
719 for (i = 0; i < MAX_CPB_REFS; i++) { in h264e_dpb_check()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c573 for (i = 0; i < MAX_CPB_REFS; i++) { in h265e_dpb_cpb2rps()
711 for (i = 0; i < MAX_CPB_REFS; i++) { in h265e_dpb_proc_cpb()