Lines Matching defs:InterplayACMContext
39 typedef struct InterplayACMContext {
58 } InterplayACMContext;
78 InterplayACMContext *s = avctx->priv_data;
118 static int zero(InterplayACMContext *s, unsigned ind, unsigned col)
127 static int bad(InterplayACMContext *s, unsigned ind, unsigned col)
132 static int linear(InterplayACMContext *s, unsigned ind, unsigned col)
145 static int k13(InterplayACMContext *s, unsigned ind, unsigned col)
170 static int k12(InterplayACMContext *s, unsigned ind, unsigned col)
188 static int k24(InterplayACMContext *s, unsigned ind, unsigned col)
214 static int k23(InterplayACMContext *s, unsigned ind, unsigned col)
232 static int k35(InterplayACMContext *s, unsigned ind, unsigned col)
266 static int k34(InterplayACMContext *s, unsigned ind, unsigned col)
291 static int k45(InterplayACMContext *s, unsigned ind, unsigned col)
318 static int k44(InterplayACMContext *s, unsigned ind, unsigned col)
336 static int t15(InterplayACMContext *s, unsigned ind, unsigned col)
365 static int t27(InterplayACMContext *s, unsigned ind, unsigned col)
394 static int t37(InterplayACMContext *s, unsigned ind, unsigned col)
418 typedef int (*filler)(InterplayACMContext *s, unsigned ind, unsigned col);
431 static int fill_block(InterplayACMContext *s)
473 static void juggle_block(InterplayACMContext *s)
526 static int decode_block(InterplayACMContext *s)
558 InterplayACMContext *s = avctx->priv_data;
624 InterplayACMContext *s = avctx->priv_data;
645 .priv_data_size = sizeof(InterplayACMContext),