Home
last modified time | relevance | path

Searched defs:h264d_mem_t (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h1064 typedef struct h264d_mem_t { struct
1065 … struct h264_dpb_mark_t dpb_mark[MAX_MARK_SIZE]; //!< for fpga register check, dpb mark
1066 struct h264_dpb_info_t dpb_info[MAX_DPB_SIZE]; //!< 16
1067 struct h264_refpic_info_t refpic_info_p[MAX_REF_SIZE]; //!< 32
1068 struct h264_refpic_info_t refpic_info_b[2][MAX_REF_SIZE]; //!< [2][32]
1069 struct h264d_dxva_ctx_t dxva_ctx;