FFmpeg
|
#include <wmv2.h>
Data Fields | |
MpegEncContext | s |
IntraX8Context | x8 |
WMV2DSPContext | wdsp |
int | j_type_bit |
int | j_type |
int | abt_flag |
int | abt_type |
int | abt_type_table [6] |
int | per_mb_abt |
int | per_block_abt |
int | mspel_bit |
int | cbp_table_index |
int | top_left_mv_flag |
int | per_mb_rl_bit |
int | skip_type |
int | hshift |
ScanTable | abt_scantable [2] |
int16_t | abt_block2 [6][64] |
MpegEncContext Wmv2Context::s |
Definition at line 36 of file wmv2.h.
Referenced by decode_ext_header(), encode_ext_header(), ff_wmv2_common_init(), parse_mb_skip(), wmv2_add_block(), wmv2_decode_init(), wmv2_decode_inter_block(), wmv2_decode_motion(), and wmv2_pred_motion().
IntraX8Context Wmv2Context::x8 |
Definition at line 37 of file wmv2.h.
Referenced by ff_wmv2_decode_secondary_picture_header(), wmv2_decode_end(), and wmv2_decode_init().
WMV2DSPContext Wmv2Context::wdsp |
Definition at line 38 of file wmv2.h.
Referenced by ff_wmv2_common_init(), and wmv2_add_block().
int Wmv2Context::j_type_bit |
Definition at line 39 of file wmv2.h.
Referenced by decode_ext_header(), encode_ext_header(), ff_wmv2_decode_secondary_picture_header(), and ff_wmv2_encode_picture_header().
int Wmv2Context::j_type |
Definition at line 40 of file wmv2.h.
Referenced by ff_wmv2_decode_mb(), ff_wmv2_decode_secondary_picture_header(), and ff_wmv2_encode_picture_header().
int Wmv2Context::abt_flag |
Definition at line 41 of file wmv2.h.
Referenced by decode_ext_header(), encode_ext_header(), ff_wmv2_decode_mb(), ff_wmv2_decode_secondary_picture_header(), and ff_wmv2_encode_picture_header().
int Wmv2Context::abt_type |
Definition at line 42 of file wmv2.h.
Referenced by ff_wmv2_decode_mb(), ff_wmv2_decode_secondary_picture_header(), ff_wmv2_encode_picture_header(), and wmv2_decode_inter_block().
int Wmv2Context::abt_type_table[6] |
Definition at line 43 of file wmv2.h.
Referenced by wmv2_add_block(), and wmv2_decode_inter_block().
int Wmv2Context::per_mb_abt |
Definition at line 44 of file wmv2.h.
Referenced by ff_wmv2_decode_mb(), ff_wmv2_decode_secondary_picture_header(), and ff_wmv2_encode_picture_header().
int Wmv2Context::per_block_abt |
Definition at line 45 of file wmv2.h.
Referenced by ff_wmv2_decode_mb(), and wmv2_decode_inter_block().
int Wmv2Context::mspel_bit |
Definition at line 46 of file wmv2.h.
Referenced by decode_ext_header(), encode_ext_header(), ff_wmv2_decode_secondary_picture_header(), and ff_wmv2_encode_picture_header().
int Wmv2Context::cbp_table_index |
Definition at line 47 of file wmv2.h.
Referenced by ff_wmv2_decode_mb(), ff_wmv2_decode_secondary_picture_header(), ff_wmv2_encode_mb(), and ff_wmv2_encode_picture_header().
int Wmv2Context::top_left_mv_flag |
Definition at line 48 of file wmv2.h.
Referenced by decode_ext_header(), encode_ext_header(), and wmv2_pred_motion().
int Wmv2Context::per_mb_rl_bit |
Definition at line 49 of file wmv2.h.
Referenced by decode_ext_header(), encode_ext_header(), ff_wmv2_decode_secondary_picture_header(), and ff_wmv2_encode_picture_header().
int Wmv2Context::skip_type |
Definition at line 50 of file wmv2.h.
Referenced by parse_mb_skip().
int Wmv2Context::hshift |
Definition at line 51 of file wmv2.h.
Referenced by ff_mspel_motion(), ff_wmv2_decode_mb(), and wmv2_decode_motion().
ScanTable Wmv2Context::abt_scantable[2] |
Definition at line 53 of file wmv2.h.
Referenced by ff_wmv2_common_init(), and wmv2_decode_inter_block().
int16_t Wmv2Context::abt_block2[6][64] |
Definition at line 54 of file wmv2.h.
Referenced by wmv2_add_block(), and wmv2_decode_inter_block().