FFmpeg
|
Data Fields | |
AVFrame * | pic |
int | block [64] |
uint8_t | imgbuf [3][16 *16] |
int | quality |
uint16_t | quant_mat [2][64] |
int * | prev_dc [3] |
ptrdiff_t | dc_stride [3] |
int | dc_cache [4][4] |
int | prev_vec [3][4] |
AVFrame* MSS4Context::pic |
Definition at line 81 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::block[64] |
Definition at line 83 of file mss4.c.
Referenced by mss4_decode_dct_block().
uint8_t MSS4Context::imgbuf[3][16 *16] |
Definition at line 84 of file mss4.c.
Referenced by mss4_decode_dct_block(), and mss4_decode_image_block().
int MSS4Context::quality |
Definition at line 86 of file mss4.c.
Referenced by mss4_decode_frame(), and mss4_decode_image_block().
uint16_t MSS4Context::quant_mat[2][64] |
Definition at line 87 of file mss4.c.
Referenced by mss4_decode_dct_block(), and mss4_decode_frame().
int* MSS4Context::prev_dc[3] |
Definition at line 89 of file mss4.c.
Referenced by mss4_decode_dct_block(), mss4_decode_end(), mss4_decode_init(), and mss4_update_dc_cache().
ptrdiff_t MSS4Context::dc_stride[3] |
Definition at line 90 of file mss4.c.
Referenced by mss4_decode_init().
int MSS4Context::dc_cache[4][4] |
Definition at line 91 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 93 of file mss4.c.
Referenced by mss4_decode_frame(), and mss4_decode_image_block().