Searched defs:h264_dec_ctx_t (Results 1 – 1 of 1) sorted by relevance
1125 typedef struct h264_dec_ctx_t { struct1126 struct h264d_mem_t *mem;1127 struct h264_dpb_mark_t *dpb_mark; //!< for write out, MAX_DPB_SIZE1128 struct h264_dpb_info_t *dpb_info; //!< 161129 struct h264_refpic_info_t *refpic_info_p; //!< 321130 struct h264_refpic_info_t *refpic_info_b[2]; //!< [2][32]1131 struct h264d_dxva_ctx_t *dxva_ctx;1133 struct h264d_input_ctx_t *p_Inp;1134 struct h264d_cur_ctx_t *p_Cur; //!< current parameters, use in read nalu1135 struct h264d_video_ctx_t *p_Vid; //!< parameters for video decoder[all …]