Home
last modified time | relevance | path

Searched refs:VmncContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvmnc.c58 typedef struct VmncContext { struct
75 } VmncContext; typedef
96 static void load_cursor(VmncContext *c) in load_cursor()
131 static void put_cursor(uint8_t *dst, int stride, VmncContext *c, int dx, int dy) in put_cursor()
245 static int decode_hextile(VmncContext *c, uint8_t* dst, GetByteContext *gb, in decode_hextile()
316 static void reset_buffers(VmncContext *c) in reset_buffers()
331 VmncContext * const c = avctx->priv_data; in decode_frame()
529 VmncContext * const c = avctx->priv_data; in decode_init()
565 VmncContext * const c = avctx->priv_data; in decode_end()
580 .priv_data_size = sizeof(VmncContext),