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

Data Fields

H264Context h
 
HpelDSPContext hdsp
 
TpelDSPContext tdsp
 
H264Picturecur_pic
 
H264Picturenext_pic
 
H264Picturelast_pic
 
int halfpel_flag
 
int thirdpel_flag
 
int unknown_flag
 
int next_slice_index
 
uint32_t watermark_key
 
uint8_tbuf
 
int buf_size
 
int adaptive_quant
 
int next_p_frame_damaged
 
int h_edge_pos
 
int v_edge_pos
 
int last_frame_output
 

Detailed Description

Definition at line 72 of file svq3.c.

Field Documentation

H264Context SVQ3Context::h
HpelDSPContext SVQ3Context::hdsp

Definition at line 74 of file svq3.c.

Referenced by svq3_decode_init(), and svq3_mc_dir_part().

TpelDSPContext SVQ3Context::tdsp

Definition at line 75 of file svq3.c.

Referenced by svq3_decode_init(), and svq3_mc_dir_part().

H264Picture* SVQ3Context::cur_pic

Definition at line 76 of file svq3.c.

Referenced by svq3_decode_end(), svq3_decode_frame(), and svq3_decode_init().

H264Picture* SVQ3Context::next_pic
H264Picture* SVQ3Context::last_pic

Definition at line 78 of file svq3.c.

Referenced by svq3_decode_end(), svq3_decode_frame(), svq3_decode_init(), and svq3_mc_dir_part().

int SVQ3Context::halfpel_flag

Definition at line 79 of file svq3.c.

Referenced by svq3_decode_frame(), svq3_decode_init(), and svq3_decode_mb().

int SVQ3Context::thirdpel_flag

Definition at line 80 of file svq3.c.

Referenced by svq3_decode_frame(), svq3_decode_init(), and svq3_decode_mb().

int SVQ3Context::unknown_flag

Definition at line 81 of file svq3.c.

Referenced by svq3_decode_init(), and svq3_decode_slice_header().

int SVQ3Context::next_slice_index

Definition at line 82 of file svq3.c.

Referenced by svq3_decode_frame(), and svq3_decode_slice_header().

uint32_t SVQ3Context::watermark_key

Definition at line 83 of file svq3.c.

Referenced by svq3_decode_frame(), svq3_decode_init(), and svq3_decode_slice_header().

uint8_t* SVQ3Context::buf

Definition at line 84 of file svq3.c.

Referenced by svq3_decode_end(), and svq3_decode_frame().

int SVQ3Context::buf_size

Definition at line 85 of file svq3.c.

Referenced by svq3_decode_end(), and svq3_decode_frame().

int SVQ3Context::adaptive_quant

Definition at line 86 of file svq3.c.

Referenced by svq3_decode_frame(), svq3_decode_mb(), and svq3_decode_slice_header().

int SVQ3Context::next_p_frame_damaged

Definition at line 87 of file svq3.c.

Referenced by svq3_decode_frame().

int SVQ3Context::h_edge_pos

Definition at line 88 of file svq3.c.

Referenced by svq3_decode_init(), svq3_mc_dir(), and svq3_mc_dir_part().

int SVQ3Context::v_edge_pos

Definition at line 89 of file svq3.c.

Referenced by svq3_decode_init(), svq3_mc_dir(), and svq3_mc_dir_part().

int SVQ3Context::last_frame_output

Definition at line 90 of file svq3.c.

Referenced by svq3_decode_frame().


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