Searched defs:IVI45DecContext (Results 1 – 1 of 1) sorted by relevance
213 typedef struct IVI45DecContext { struct214 GetBitContext gb;215 RVMapDesc rvmap_tabs[9]; ///< local corrected copy of the static rvmap tables217 uint32_t frame_num;218 int frame_type;219 int prev_frame_type; ///< frame type of the previous frame220 uint32_t data_size; ///< size of the frame data in bytes from picture header221 int is_scalable;222 const uint8_t *frame_data; ///< input frame data pointer223 int inter_scal; ///< signals a sequence of scalable inter frames[all …]