Lines Matching defs:MagicYUVContext
55 typedef struct MagicYUVContext {
72 void (*predict)(struct MagicYUVContext *s, const uint8_t *src, uint8_t *dst,
74 } MagicYUVContext;
76 static void left_predict(MagicYUVContext *s,
100 static void gradient_predict(MagicYUVContext *s,
128 static void median_predict(MagicYUVContext *s,
151 MagicYUVContext *s = avctx->priv_data;
416 MagicYUVContext *s = avctx->priv_data;
539 MagicYUVContext *s = avctx->priv_data;
549 #define OFFSET(x) offsetof(MagicYUVContext, x)
571 .priv_data_size = sizeof(MagicYUVContext),