Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h946 typedef struct h264d_cur_ctx_t { struct
947 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_read
954 struct h264d_curstrm_t strm;
955 struct h264_slice_t slice;
[all …]