Searched defs:h264d_cur_ctx_t (Results 1 – 1 of 1) sorted by relevance
946 typedef struct h264d_cur_ctx_t { struct947 struct h264_sps_t sps;948 struct h264_subsps_t *subsps;949 struct h264_pps_t pps;950 struct h264_prefix_t prefix;951 struct h264_sei_t *sei;952 struct h264_nalu_t nalu;953 struct bitread_ctx_t bitctx; //!< for control bit_read954 struct h264d_curstrm_t strm;955 struct h264_slice_t slice;[all …]