Searched refs:YopDecContext (Results 1 – 2 of 2) sorted by relevance
34 typedef struct YopDecContext { struct47 } YopDecContext; typedef86 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),
37 } YopDecContext; typedef58 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),