SVQ3Context Struct Reference

Data Fields

H264Context h
 
Picturecur_pic
 
Picturenext_pic
 
Picturelast_pic
 
int halfpel_flag
 
int thirdpel_flag
 
int unknown_flag
 
int next_slice_index
 
uint32_t watermark_key
 
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 66 of file svq3.c.

Field Documentation

int SVQ3Context::adaptive_quant

Definition at line 76 of file svq3.c.

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

Picture* SVQ3Context::cur_pic

Definition at line 68 of file svq3.c.

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

int SVQ3Context::h_edge_pos

Definition at line 78 of file svq3.c.

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

int SVQ3Context::halfpel_flag

Definition at line 71 of file svq3.c.

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

int SVQ3Context::last_frame_output

Definition at line 80 of file svq3.c.

Referenced by svq3_decode_frame().

Picture* SVQ3Context::last_pic

Definition at line 70 of file svq3.c.

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

int SVQ3Context::next_p_frame_damaged

Definition at line 77 of file svq3.c.

Referenced by svq3_decode_frame().

Picture* SVQ3Context::next_pic
int SVQ3Context::next_slice_index

Definition at line 74 of file svq3.c.

Referenced by svq3_decode_frame(), and svq3_decode_slice_header().

int SVQ3Context::thirdpel_flag

Definition at line 72 of file svq3.c.

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

int SVQ3Context::unknown_flag

Definition at line 73 of file svq3.c.

Referenced by svq3_decode_init(), and svq3_decode_slice_header().

int SVQ3Context::v_edge_pos

Definition at line 79 of file svq3.c.

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

uint32_t SVQ3Context::watermark_key

Definition at line 75 of file svq3.c.

Referenced by svq3_decode_init(), and svq3_decode_slice_header().


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