Home
last modified time | relevance | path

Searched refs:MotionPixelsContext (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmotionpixels.c41 typedef struct MotionPixelsContext { struct
55 } MotionPixelsContext; typedef
59 MotionPixelsContext *mp = avctx->priv_data; in mp_decode_end()
73 MotionPixelsContext *mp = avctx->priv_data; in mp_decode_init()
103 static void mp_read_changes_map(MotionPixelsContext *mp, GetBitContext *gb, int count, int bits_len, int read_color) in mp_read_changes_map()
132 static int mp_get_code(MotionPixelsContext *mp, GetBitContext *gb, int size) in mp_get_code()
152 static int mp_read_codes_table(MotionPixelsContext *mp, GetBitContext *gb) in mp_read_codes_table()
174 static av_always_inline int mp_gradient(MotionPixelsContext *mp, int component, int v) in mp_gradient()
183 static YuvPixel mp_get_yuv_from_rgb(MotionPixelsContext *mp, int x, int y) in mp_get_yuv_from_rgb()
191 static void mp_set_rgb_from_yuv(MotionPixelsContext *m
[all...]

Completed in 1 milliseconds