Lines Matching refs:c93
52 C93DecoderContext * const c93 = avctx->priv_data;
54 av_frame_free(&c93->pictures[0]);
55 av_frame_free(&c93->pictures[1]);
128 C93DecoderContext * const c93 = avctx->priv_data;
129 AVFrame * const newpic = c93->pictures[c93->currentpic];
130 AVFrame * const oldpic = c93->pictures[c93->currentpic^1];
138 c93->currentpic ^= 1;
262 .p.name = "c93",