Data Fields | |
| AVFrame | pic |
| DSPContext | dsp |
| 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] |
Definition at line 127 of file mss4.c.
Definition at line 131 of file mss4.c.
Referenced by mss4_decode_dct_block(), mss4_free_vlcs(), and mss4_init_vlcs().
| 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().
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().
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().
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().
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().
Definition at line 132 of file mss4.c.
Referenced by mss4_decode_image_block(), mss4_free_vlcs(), and mss4_init_vlcs().
1.5.8