Searched defs:h264d_cur_ctx_t (Results 1 – 1 of 1) sorted by relevance
941 typedef struct h264d_cur_ctx_t { struct942 struct h264_sps_t sps;943 struct h264_subsps_t *subsps;944 struct h264_pps_t pps;945 struct h264_prefix_t prefix;946 struct h264_sei_t *sei;947 struct h264_nalu_t nalu;948 struct bitread_ctx_t bitctx; //!< for control bit_read949 struct h264d_curstrm_t strm;950 struct h264_slice_t slice;[all …]