Lines Matching defs:ProresContext
231 typedef struct ProresContext {
272 } ProresContext;
274 static void get_slice_data(ProresContext *ctx, const uint16_t *src,
345 static void get_alpha_data(ProresContext *ctx, const uint16_t *src,
468 static void encode_slice_plane(ProresContext *ctx, PutBitContext *pb,
514 static void encode_alpha_plane(ProresContext *ctx, PutBitContext *pb,
548 ProresContext *ctx = avctx->priv_data;
716 static int estimate_slice_plane(ProresContext *ctx, int *error, int plane,
749 static int estimate_alpha_plane(ProresContext *ctx,
795 ProresContext *ctx = avctx->priv_data;
963 ProresContext *ctx = avctx->priv_data;
987 ProresContext *ctx = avctx->priv_data;
1146 ProresContext *ctx = avctx->priv_data;
1175 ProresContext *ctx = avctx->priv_data;
1343 #define OFFSET(x) offsetof(ProresContext, x)
1401 .priv_data_size = sizeof(ProresContext),