| FFmpeg
    | 

| 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 | 
Detailed Description
Definition at line 37 of file motionpixels.c.
Field Documentation
| 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().
| 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().
| 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().
| 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().
| 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().
| DSPContext MotionPixelsContext::dsp | 
Definition at line 40 of file motionpixels.c.
Referenced by mp_decode_frame(), and mp_decode_init().
| 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().
| 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().
| YuvPixel * MotionPixelsContext::hpt | 
Definition at line 47 of file motionpixels.c.
Referenced by mp_decode_end(), mp_decode_init(), and mp_decode_line().
| 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().
| int MotionPixelsContext::offset_bits_len | 
Definition at line 42 of file motionpixels.c.
Referenced by mp_decode_init(), and mp_read_changes_map().
| 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().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11