|
|
| DECLARE_ALIGNED (16, int16_t, mv_cache)[2][5 *8][2] |
| |
|
| DECLARE_ALIGNED (8, int8_t, ref_cache)[2][5 *8] |
| |
|
| DECLARE_ALIGNED (16, int16_t, mb)[16 *48 *2] |
| |
|
| DECLARE_ALIGNED (16, int16_t, mb_luma_dc)[3][16 *2] |
| |
|
| DECLARE_ALIGNED (8, uint8_t, non_zero_count_cache)[15 *8] |
| |
|
|
AVCodecContext * | avctx |
| |
|
H264DSPContext | h264dsp |
| |
|
H264PredContext | hpc |
| |
|
HpelDSPContext | hdsp |
| |
|
TpelDSPContext | tdsp |
| |
|
VideoDSPContext | vdsp |
| |
|
SVQ3Frame * | cur_pic |
| |
|
SVQ3Frame * | next_pic |
| |
|
SVQ3Frame * | last_pic |
| |
|
GetBitContext | gb |
| |
|
GetBitContext | gb_slice |
| |
|
uint8_t * | slice_buf |
| |
|
int | slice_size |
| |
|
int | halfpel_flag |
| |
|
int | thirdpel_flag |
| |
|
int | has_watermark |
| |
|
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 |
| |
|
int | slice_num |
| |
|
int | qscale |
| |
|
int | cbp |
| |
|
int | frame_num |
| |
|
int | frame_num_offset |
| |
|
int | prev_frame_num_offset |
| |
|
int | prev_frame_num |
| |
|
enum AVPictureType | pict_type |
| |
|
enum AVPictureType | slice_type |
| |
|
int | low_delay |
| |
|
int | mb_x |
| |
|
int | mb_y |
| |
|
int | mb_xy |
| |
|
int | mb_width |
| |
|
int | mb_height |
| |
|
int | mb_stride |
| |
|
int | mb_num |
| |
|
int | b_stride |
| |
|
uint32_t * | mb2br_xy |
| |
|
int | chroma_pred_mode |
| |
|
int | intra16x16_pred_mode |
| |
|
int8_t | intra4x4_pred_mode_cache [5 *8] |
| |
|
int8_t * | intra4x4_pred_mode |
| |
|
unsigned int | top_samples_available |
| |
|
unsigned int | topright_samples_available |
| |
|
unsigned int | left_samples_available |
| |
|
uint8_t * | edge_emu_buffer |
| |
|
uint32_t | dequant4_coeff [QP_MAX_NUM+1][16] |
| |
|
int | block_offset [2 *(16 *3)] |
| |
The documentation for this struct was generated from the following file: