FFmpeg
Data Fields
MotionPixelsContext Struct Reference

Data Fields

AVCodecContextavctx
 
AVFrameframe
 
BswapDSPContext bdsp
 
uint8_tchanges_map
 
int offset_bits_len
 
int codes_count
 
int current_codes_count
 
int max_codes_bits
 
HuffCode codes [MAX_HUFF_CODES]
 
VLC vlc
 
YuvPixelvpt
 
YuvPixelhpt
 
uint8_t gradient_scale [3]
 
uint8_tbswapbuf
 
int bswapbuf_size
 

Detailed Description

Definition at line 37 of file motionpixels.c.

Field Documentation

◆ avctx

AVCodecContext* MotionPixelsContext::avctx

◆ frame

AVFrame* MotionPixelsContext::frame

◆ bdsp

BswapDSPContext MotionPixelsContext::bdsp

Definition at line 40 of file motionpixels.c.

Referenced by mp_decode_frame(), and mp_decode_init().

◆ changes_map

uint8_t* MotionPixelsContext::changes_map

◆ offset_bits_len

int MotionPixelsContext::offset_bits_len

Definition at line 42 of file motionpixels.c.

Referenced by mp_decode_init(), and mp_read_changes_map().

◆ codes_count

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().

◆ current_codes_count

int MotionPixelsContext::current_codes_count

Definition at line 43 of file motionpixels.c.

Referenced by mp_get_code(), and mp_read_codes_table().

◆ max_codes_bits

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().

◆ codes

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

VLC MotionPixelsContext::vlc

Definition at line 46 of file motionpixels.c.

Referenced by mp_decode_frame(), and mp_get_vlc().

◆ vpt

YuvPixel* MotionPixelsContext::vpt

◆ hpt

YuvPixel * MotionPixelsContext::hpt

Definition at line 47 of file motionpixels.c.

Referenced by mp_decode_end(), mp_decode_init(), and mp_decode_line().

◆ gradient_scale

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().

◆ bswapbuf

uint8_t* MotionPixelsContext::bswapbuf

Definition at line 49 of file motionpixels.c.

Referenced by mp_decode_end(), and mp_decode_frame().

◆ bswapbuf_size

int MotionPixelsContext::bswapbuf_size

Definition at line 50 of file motionpixels.c.

Referenced by mp_decode_frame().


The documentation for this struct was generated from the following file: