Data Fields | |
AVCodecContext * | avctx |
AVFrame | frame |
int | image_width |
int | image_height |
int | block_width |
int | block_height |
uint8_t * | tmpblock |
int | block_size |
z_stream | zstream |
int | ver |
const uint32_t * | pal |
int | is_keyframe |
uint8_t * | keyframedata |
uint8_t * | keyframe |
BlockInfo * | blocks |
uint8_t * | deflate_block |
int | deflate_block_size |
int | color_depth |
int | zlibprime_curr |
int | zlibprime_prev |
int | diff_start |
int | diff_height |
uint8_t * | previous_frame |
uint8_t * | encbuffer |
int | last_key_frame |
Definition at line 51 of file flashsv.c.
Definition at line 52 of file flashsv.c.
Referenced by encode_bitstream(), flashsv_decode_init(), and flashsv_encode_init().
Definition at line 57 of file flashsv.c.
Referenced by flashsv2_prime(), flashsv_decode_block(), and flashsv_decode_frame().
Definition at line 64 of file flashsv.c.
Referenced by flashsv_decode_block(), and flashsv_decode_frame().
Definition at line 67 of file flashsv.c.
Referenced by flashsv_decode_block(), and flashsv_decode_frame().
uint8_t* FlashSVContext::deflate_block |
Definition at line 65 of file flashsv.c.
Referenced by flashsv2_prime(), and flashsv_decode_frame().
Definition at line 66 of file flashsv.c.
Referenced by flashsv2_prime(), and flashsv_decode_frame().
Definition at line 69 of file flashsv.c.
Referenced by flashsv_decode_block(), and flashsv_decode_frame().
Definition at line 69 of file flashsv.c.
Referenced by flashsv_decode_block(), and flashsv_decode_frame().
uint8_t* FlashSVContext::encbuffer |
Definition at line 63 of file flashsvenc.c.
Referenced by flashsv_encode_end(), and flashsv_encode_init().
Definition at line 53 of file flashsv.c.
Referenced by flashsv_decode_block(), flashsv_decode_end(), flashsv_decode_frame(), flashsv_decode_init(), and flashsv_encode_frame().
Definition at line 54 of file flashsv.c.
Referenced by encode_bitstream(), flashsv_decode_block(), flashsv_decode_frame(), flashsv_encode_frame(), and flashsv_encode_init().
Definition at line 54 of file flashsv.c.
Referenced by encode_bitstream(), flashsv_decode_frame(), flashsv_encode_frame(), and flashsv_encode_init().
Definition at line 61 of file flashsv.c.
Referenced by flashsv_decode_block(), and flashsv_decode_frame().
uint8_t* FlashSVContext::keyframe |
uint8_t* FlashSVContext::keyframedata |
Definition at line 62 of file flashsv.c.
Referenced by flashsv_decode_block(), and flashsv_decode_frame().
Definition at line 66 of file flashsvenc.c.
Referenced by flashsv_encode_frame(), and flashsv_encode_init().
const uint32_t* FlashSVContext::pal |
uint8_t* FlashSVContext::previous_frame |
Definition at line 58 of file flashsvenc.c.
Referenced by flashsv_encode_end(), and flashsv_encode_frame().
uint8_t * FlashSVContext::tmpblock |
Definition at line 56 of file flashsv.c.
Referenced by encode_bitstream(), flashsv2_prime(), flashsv_decode_block(), flashsv_decode_end(), flashsv_decode_frame(), flashsv_encode_end(), and flashsv_encode_init().
Definition at line 68 of file flashsv.c.
Referenced by flashsv_decode_block(), and flashsv_decode_frame().
Definition at line 68 of file flashsv.c.
Referenced by flashsv_decode_block(), and flashsv_decode_frame().
z_stream FlashSVContext::zstream |
Definition at line 58 of file flashsv.c.
Referenced by calc_deflate_block_size(), flashsv2_prime(), flashsv_decode_block(), flashsv_decode_end(), flashsv_decode_init(), flashsv_encode_end(), and flashsv_encode_init().