FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
IpvideoContext Struct Reference

Data Fields

AVCodecContextavctx
 
HpelDSPContext hdsp
 
AVFramesecond_last_frame
 
AVFramelast_frame
 
const unsigned char * decoding_map
 
int decoding_map_size
 
int is_16bpp
 
GetByteContext stream_ptr
 
GetByteContext mv_ptr
 
unsigned char * pixel_ptr
 
int line_inc
 
int stride
 
int upper_motion_limit_offset
 
uint32_t pal [256]
 

Detailed Description

Definition at line 50 of file interplayvideo.c.

Field Documentation

AVCodecContext* IpvideoContext::avctx
HpelDSPContext IpvideoContext::hdsp

Definition at line 53 of file interplayvideo.c.

Referenced by copy_from(), and ipvideo_decode_init().

AVFrame* IpvideoContext::second_last_frame
AVFrame* IpvideoContext::last_frame
const unsigned char* IpvideoContext::decoding_map

Definition at line 56 of file interplayvideo.c.

Referenced by ipvideo_decode_frame(), and ipvideo_decode_opcodes().

int IpvideoContext::decoding_map_size

Definition at line 57 of file interplayvideo.c.

Referenced by ipvideo_decode_frame(), and ipvideo_decode_opcodes().

int IpvideoContext::is_16bpp
GetByteContext IpvideoContext::stream_ptr
GetByteContext IpvideoContext::mv_ptr
unsigned char* IpvideoContext::pixel_ptr
int IpvideoContext::line_inc
int IpvideoContext::stride
int IpvideoContext::upper_motion_limit_offset

Definition at line 64 of file interplayvideo.c.

Referenced by copy_from(), and ipvideo_decode_opcodes().

uint32_t IpvideoContext::pal[256]

Definition at line 66 of file interplayvideo.c.

Referenced by ipvideo_decode_frame(), and ipvideo_decode_opcodes().


The documentation for this struct was generated from the following file: