Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_global.h126 #define MAX_NUM_DPB_LAYERS 2 //!< must >= 2 macro
806 struct h264_dpb_buf_t *p_Dpb_layer[MAX_NUM_DPB_LAYERS];
817 struct h264_store_pic_t **listP[MAX_NUM_DPB_LAYERS];
818 struct h264_store_pic_t **listB[MAX_NUM_DPB_LAYERS];
952 struct h264_store_pic_t **listP[MAX_NUM_DPB_LAYERS];
953 struct h264_store_pic_t **listB[MAX_NUM_DPB_LAYERS];
982 struct h264_dpb_buf_t *p_Dpb_layer[MAX_NUM_DPB_LAYERS];
988 struct h264_dpb_mark_t *active_dpb_mark[MAX_NUM_DPB_LAYERS]; //!< acitve_dpb_memory
994 RK_S32 last_toppoc[MAX_NUM_DPB_LAYERS];
995 RK_S32 last_bottompoc[MAX_NUM_DPB_LAYERS];
[all …]
H A Dh264d_api.c79 for (i = 0; i < MAX_NUM_DPB_LAYERS; i++) { in free_cur_ctx()
111 for (i = 0; i < MAX_NUM_DPB_LAYERS; i++) { in init_cur_ctx()
144 for (i = 0; i < MAX_NUM_DPB_LAYERS; i++) { in free_vid_ctx()
166 for (i = 0; i < MAX_NUM_DPB_LAYERS; i++) { in init_vid_ctx()
H A Dh264d_parse.c90 for (i = 0; i < MAX_NUM_DPB_LAYERS; i++) { in reset_slice()