Data Fields | |
AVCodecContext * | avctx |
AVFrame | frame |
DSPContext | dsp |
uint8_t * | changes_map |
int | offset_bits_len |
int | codes_count |
int | current_codes_count |
int | max_codes_bits |
HuffCode | codes [MAX_HUFF_CODES] |
VLC | vlc |
YuvPixel * | vpt |
YuvPixel * | hpt |
uint8_t | gradient_scale [3] |
uint8_t * | bswapbuf |
int | bswapbuf_size |
Definition at line 36 of file motionpixels.c.
Definition at line 37 of file motionpixels.c.
Referenced by mp_decode_frame_helper(), mp_decode_init(), mp_decode_line(), mp_get_code(), and mp_read_changes_map().
uint8_t* MotionPixelsContext::bswapbuf |
uint8_t* MotionPixelsContext::changes_map |
Definition at line 40 of file motionpixels.c.
Referenced by mp_decode_end(), mp_decode_frame(), mp_decode_frame_helper(), mp_decode_init(), mp_decode_line(), and mp_read_changes_map().
HuffCode MotionPixelsContext::codes[MAX_HUFF_CODES] |
Definition at line 44 of file motionpixels.c.
Referenced by mp_decode_frame(), mp_get_code(), mp_get_vlc(), and mp_read_codes_table().
Definition at line 42 of file motionpixels.c.
Referenced by mp_decode_frame(), mp_get_vlc(), and mp_read_codes_table().
Definition at line 42 of file motionpixels.c.
Referenced by mp_get_code(), and mp_read_codes_table().
Definition at line 39 of file motionpixels.c.
Referenced by mp_decode_frame(), and mp_decode_init().
Definition at line 38 of file motionpixels.c.
Referenced by mp_decode_end(), mp_decode_frame(), mp_decode_init(), mp_get_yuv_from_rgb(), mp_read_changes_map(), and mp_set_rgb_from_yuv().
uint8_t MotionPixelsContext::gradient_scale[3] |
Definition at line 47 of file motionpixels.c.
Referenced by mp_decode_frame_helper(), mp_decode_line(), and mp_gradient().
Definition at line 46 of file motionpixels.c.
Referenced by mp_decode_end(), mp_decode_init(), and mp_decode_line().
Definition at line 43 of file motionpixels.c.
Referenced by mp_decode_frame(), mp_get_code(), mp_get_vlc(), and mp_read_codes_table().
Definition at line 41 of file motionpixels.c.
Referenced by mp_decode_init(), and mp_read_changes_map().
Definition at line 46 of file motionpixels.c.
Referenced by mp_decode_end(), mp_decode_frame_helper(), mp_decode_init(), and mp_decode_line().