Home
last modified time | relevance | path

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

/rockchip-linux_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];
957 struct h264_store_pic_t **listP[MAX_NUM_DPB_LAYERS];
958 struct h264_store_pic_t **listB[MAX_NUM_DPB_LAYERS];
989 struct h264_dpb_buf_t *p_Dpb_layer[MAX_NUM_DPB_LAYERS];
995 struct h264_dpb_mark_t *active_dpb_mark[MAX_NUM_DPB_LAYERS]; //!< acitve_dpb_memory
1001 RK_S32 last_toppoc[MAX_NUM_DPB_LAYERS];
1002 RK_S32 last_bottompoc[MAX_NUM_DPB_LAYERS];
[all …]
H A Dh264d_api.c85 for (i = 0; i < MAX_NUM_DPB_LAYERS; i++) { in free_cur_ctx()
121 for (i = 0; i < MAX_NUM_DPB_LAYERS; i++) { in init_cur_ctx()
154 for (i = 0; i < MAX_NUM_DPB_LAYERS; i++) { in free_vid_ctx()
176 for (i = 0; i < MAX_NUM_DPB_LAYERS; i++) { in init_vid_ctx()
H A Dh264d_parse.c91 for (i = 0; i < MAX_NUM_DPB_LAYERS; i++) { in reset_slice()