Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dyop.c34 typedef struct YopDecContext { struct
47 } YopDecContext; typedef
86 YopDecContext *s = avctx->priv_data; in yop_decode_close()
95 YopDecContext *s = avctx->priv_data; in yop_decode_init()
134 static int yop_paint_block(YopDecContext *s, int linesize, int tag) in yop_paint_block()
155 static int yop_copy_previous_block(YopDecContext *s, int linesize, int copy_tag) in yop_copy_previous_block()
179 static uint8_t yop_get_next_nibble(YopDecContext *s) in yop_get_next_nibble()
196 YopDecContext *s = avctx->priv_data; in yop_decode_frame()
273 .priv_data_size = sizeof(YopDecContext),
/third_party/ffmpeg/libavformat/
Dyop.c37 } YopDecContext; typedef
58 YopDecContext *yop = s->priv_data; in yop_read_header()
118 YopDecContext *yop = s->priv_data; in yop_read_packet()
175 YopDecContext *yop = s->priv_data; in yop_read_close()
183 YopDecContext *yop = s->priv_data; in yop_read_seek()
210 .priv_data_size = sizeof(YopDecContext),