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] |
Detailed Description
Field Documentation
VLC MSS4Context::ac_vlc[2] |
Definition at line 131 of file mss4.c.
Referenced by mss4_decode_dct_block(), mss4_free_vlcs(), and mss4_init_vlcs().
int MSS4Context::block[64] |
Definition at line 133 of file mss4.c.
Referenced by mss4_decode_dct_block().
int MSS4Context::dc_cache[4][4] |
Definition at line 141 of file mss4.c.
Referenced by mss4_decode_dct_block(), mss4_decode_frame(), and mss4_update_dc_cache().
int MSS4Context::dc_stride[3] |
Definition at line 140 of file mss4.c.
Referenced by mss4_decode_init().
VLC MSS4Context::dc_vlc[2] |
Definition at line 131 of file mss4.c.
Referenced by mss4_decode_dct_block(), mss4_free_vlcs(), and mss4_init_vlcs().
uint8_t MSS4Context::imgbuf[3][16 *16] |
Definition at line 134 of file mss4.c.
Referenced by mss4_decode_dct_block(), and mss4_decode_image_block().
AVFrame* MSS4Context::pic |
Definition at line 129 of file mss4.c.
Referenced by mss4_decode_dct_block(), mss4_decode_end(), mss4_decode_frame(), mss4_decode_image_block(), and mss4_decode_init().
int* MSS4Context::prev_dc[3] |
Definition at line 139 of file mss4.c.
Referenced by mss4_decode_dct_block(), mss4_decode_end(), mss4_decode_init(), and mss4_update_dc_cache().
int MSS4Context::prev_vec[3][4] |
Definition at line 143 of file mss4.c.
Referenced by mss4_decode_frame(), and mss4_decode_image_block().
int MSS4Context::quality |
Definition at line 136 of file mss4.c.
Referenced by mss4_decode_frame(), and mss4_decode_image_block().
uint16_t MSS4Context::quant_mat[2][64] |
Definition at line 137 of file mss4.c.
Referenced by mss4_decode_dct_block(), and mss4_decode_frame().
VLC MSS4Context::vec_entry_vlc[2] |
Definition at line 132 of file mss4.c.
Referenced by mss4_decode_image_block(), mss4_free_vlcs(), and mss4_init_vlcs().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11