FFmpeg
|
Definition at line 37 of file motionpixels.c.
AVCodecContext* MotionPixelsContext::avctx |
Definition at line 38 of file motionpixels.c.
Referenced by mp_decode_frame_helper(), mp_decode_init(), mp_decode_line(), mp_get_code(), mp_read_changes_map(), and mp_read_codes_table().
AVFrame* MotionPixelsContext::frame |
Definition at line 39 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().
BswapDSPContext MotionPixelsContext::bdsp |
Definition at line 40 of file motionpixels.c.
Referenced by mp_decode_frame(), and mp_decode_init().
uint8_t* MotionPixelsContext::changes_map |
Definition at line 41 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().
int MotionPixelsContext::offset_bits_len |
Definition at line 42 of file motionpixels.c.
Referenced by mp_decode_init(), and mp_read_changes_map().
int MotionPixelsContext::codes_count |
Definition at line 43 of file motionpixels.c.
Referenced by mp_decode_frame(), mp_get_vlc(), and mp_read_codes_table().
int MotionPixelsContext::current_codes_count |
Definition at line 43 of file motionpixels.c.
Referenced by mp_get_code(), and mp_read_codes_table().
int MotionPixelsContext::max_codes_bits |
Definition at line 44 of file motionpixels.c.
Referenced by mp_decode_frame(), mp_get_code(), mp_get_vlc(), and mp_read_codes_table().
HuffCode MotionPixelsContext::codes[MAX_HUFF_CODES] |
Definition at line 45 of file motionpixels.c.
Referenced by mp_decode_frame(), mp_get_code(), mp_get_vlc(), and mp_read_codes_table().
VLC MotionPixelsContext::vlc |
Definition at line 46 of file motionpixels.c.
Referenced by mp_decode_frame(), and mp_get_vlc().
YuvPixel* MotionPixelsContext::vpt |
Definition at line 47 of file motionpixels.c.
Referenced by mp_decode_end(), mp_decode_frame_helper(), mp_decode_init(), and mp_decode_line().
YuvPixel * MotionPixelsContext::hpt |
Definition at line 47 of file motionpixels.c.
Referenced by mp_decode_end(), mp_decode_init(), and mp_decode_line().
uint8_t MotionPixelsContext::gradient_scale[3] |
Definition at line 48 of file motionpixels.c.
Referenced by mp_decode_frame_helper(), mp_decode_line(), and mp_gradient().
uint8_t* MotionPixelsContext::bswapbuf |
Definition at line 49 of file motionpixels.c.
Referenced by mp_decode_end(), and mp_decode_frame().
int MotionPixelsContext::bswapbuf_size |
Definition at line 50 of file motionpixels.c.
Referenced by mp_decode_frame().