FFmpeg
|
Data Fields | |
AVFrame * | pic |
VLC | dc_vlc [2] |
VLC | ac_vlc [2] |
VLC | vec_entry_vlc [2] |
int | block [64] |
uint8_t | imgbuf [3][16 *16] |
int | quality |
uint16_t | quant_mat [2][64] |
int * | prev_dc [3] |
int | dc_stride [3] |
int | dc_cache [4][4] |
int | prev_vec [3][4] |
AVFrame* MSS4Context::pic |
Definition at line 128 of file mss4.c.
Referenced by mss4_decode_dct_block(), mss4_decode_end(), mss4_decode_frame(), mss4_decode_image_block(), and mss4_decode_init().
VLC MSS4Context::dc_vlc[2] |
Definition at line 130 of file mss4.c.
Referenced by mss4_decode_dct_block(), mss4_free_vlcs(), and mss4_init_vlcs().
VLC MSS4Context::ac_vlc[2] |
Definition at line 130 of file mss4.c.
Referenced by mss4_decode_dct_block(), mss4_free_vlcs(), and mss4_init_vlcs().
VLC MSS4Context::vec_entry_vlc[2] |
Definition at line 131 of file mss4.c.
Referenced by mss4_decode_image_block(), mss4_free_vlcs(), and mss4_init_vlcs().
int MSS4Context::block[64] |
Definition at line 132 of file mss4.c.
Referenced by mss4_decode_dct_block().
uint8_t MSS4Context::imgbuf[3][16 *16] |
Definition at line 133 of file mss4.c.
Referenced by mss4_decode_dct_block(), and mss4_decode_image_block().
int MSS4Context::quality |
Definition at line 135 of file mss4.c.
Referenced by mss4_decode_frame(), and mss4_decode_image_block().
uint16_t MSS4Context::quant_mat[2][64] |
Definition at line 136 of file mss4.c.
Referenced by mss4_decode_dct_block(), and mss4_decode_frame().
int* MSS4Context::prev_dc[3] |
Definition at line 138 of file mss4.c.
Referenced by mss4_decode_dct_block(), mss4_decode_end(), mss4_decode_init(), and mss4_update_dc_cache().
int MSS4Context::dc_stride[3] |
Definition at line 139 of file mss4.c.
Referenced by mss4_decode_init().
int MSS4Context::dc_cache[4][4] |
Definition at line 140 of file mss4.c.
Referenced by mss4_decode_dct_block(), mss4_decode_frame(), and mss4_update_dc_cache().
int MSS4Context::prev_vec[3][4] |
Definition at line 142 of file mss4.c.
Referenced by mss4_decode_frame(), and mss4_decode_image_block().