FFmpeg  4.0
Data Fields
IpvideoContext Struct Reference

Data Fields

AVCodecContextavctx
 
HpelDSPContext hdsp
 
AVFramesecond_last_frame
 
AVFramelast_frame
 
AVFramecur_decode_frame
 
AVFrameprev_decode_frame
 
const unsigned char * decoding_map
 
int decoding_map_size
 
const unsigned char * skip_map
 
int skip_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 52 of file interplayvideo.c.

Field Documentation

◆ avctx

AVCodecContext* IpvideoContext::avctx

◆ hdsp

HpelDSPContext IpvideoContext::hdsp

Definition at line 55 of file interplayvideo.c.

Referenced by copy_from(), and ipvideo_decode_init().

◆ second_last_frame

AVFrame* IpvideoContext::second_last_frame

◆ last_frame

AVFrame* IpvideoContext::last_frame

◆ cur_decode_frame

AVFrame* IpvideoContext::cur_decode_frame

◆ prev_decode_frame

AVFrame* IpvideoContext::prev_decode_frame

◆ decoding_map

const unsigned char* IpvideoContext::decoding_map

◆ decoding_map_size

int IpvideoContext::decoding_map_size

◆ skip_map

const unsigned char* IpvideoContext::skip_map

Definition at line 65 of file interplayvideo.c.

Referenced by ipvideo_decode_format_10_opcodes(), and ipvideo_decode_frame().

◆ skip_map_size

int IpvideoContext::skip_map_size

Definition at line 66 of file interplayvideo.c.

Referenced by ipvideo_decode_format_10_opcodes(), and ipvideo_decode_frame().

◆ is_16bpp

int IpvideoContext::is_16bpp

◆ stream_ptr

GetByteContext IpvideoContext::stream_ptr

◆ mv_ptr

GetByteContext IpvideoContext::mv_ptr

◆ pixel_ptr

unsigned char* IpvideoContext::pixel_ptr

◆ line_inc

int IpvideoContext::line_inc

◆ stride

int IpvideoContext::stride

◆ upper_motion_limit_offset

int IpvideoContext::upper_motion_limit_offset

◆ pal

uint32_t IpvideoContext::pal[256]

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