FFmpeg
|
Data Fields | |
H264Context | h |
HpelDSPContext | hdsp |
TpelDSPContext | tdsp |
H264Picture * | cur_pic |
H264Picture * | next_pic |
H264Picture * | last_pic |
int | halfpel_flag |
int | thirdpel_flag |
int | has_watermark |
int | next_slice_index |
uint32_t | watermark_key |
uint8_t * | buf |
int | buf_size |
int | adaptive_quant |
int | next_p_frame_damaged |
int | h_edge_pos |
int | v_edge_pos |
int | last_frame_output |
H264Context SVQ3Context::h |
Definition at line 73 of file svq3.c.
Referenced by get_buffer(), svq3_decode_end(), svq3_decode_frame(), svq3_decode_init(), svq3_decode_mb(), svq3_decode_slice_header(), svq3_mc_dir(), and svq3_mc_dir_part().
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 |
Definition at line 77 of file svq3.c.
Referenced by svq3_decode_end(), svq3_decode_frame(), svq3_decode_init(), svq3_decode_mb(), svq3_mc_dir(), and svq3_mc_dir_part().
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::has_watermark |
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().