ProresContext      48 libavcodec/proresdec2.c     ProresContext *ctx = avctx->priv_data;
ProresContext      65 libavcodec/proresdec2.c static int decode_frame_header(ProresContext *ctx, const uint8_t *buf,
ProresContext     149 libavcodec/proresdec2.c     ProresContext *ctx = avctx->priv_data;
ProresContext     317 libavcodec/proresdec2.c     ProresContext *ctx = avctx->priv_data;
ProresContext     362 libavcodec/proresdec2.c     ProresContext *ctx = avctx->priv_data;
ProresContext     395 libavcodec/proresdec2.c     ProresContext *ctx = avctx->priv_data;
ProresContext     471 libavcodec/proresdec2.c static void decode_slice_alpha(ProresContext *ctx,
ProresContext     502 libavcodec/proresdec2.c     ProresContext *ctx = avctx->priv_data;
ProresContext     601 libavcodec/proresdec2.c     ProresContext *ctx = avctx->priv_data;
ProresContext     616 libavcodec/proresdec2.c     ProresContext *ctx = avctx->priv_data;
ProresContext     672 libavcodec/proresdec2.c     ProresContext *ctx = avctx->priv_data;
ProresContext     684 libavcodec/proresdec2.c     .priv_data_size = sizeof(ProresContext),
ProresContext      83 libavcodec/proresdec_lgpl.c     ProresContext *ctx = avctx->priv_data;
ProresContext      99 libavcodec/proresdec_lgpl.c static int decode_frame_header(ProresContext *ctx, const uint8_t *buf,
ProresContext     217 libavcodec/proresdec_lgpl.c static int decode_picture_header(ProresContext *ctx, const uint8_t *buf,
ProresContext     425 libavcodec/proresdec_lgpl.c static int decode_slice_plane(ProresContext *ctx, ProresThreadData *td,
ProresContext     531 libavcodec/proresdec_lgpl.c static void decode_alpha_plane(ProresContext *ctx, ProresThreadData *td,
ProresContext     561 libavcodec/proresdec_lgpl.c     ProresContext *ctx = avctx->priv_data;
ProresContext     683 libavcodec/proresdec_lgpl.c static int decode_picture(ProresContext *ctx, int pic_num,
ProresContext     719 libavcodec/proresdec_lgpl.c     ProresContext *ctx = avctx->priv_data;
ProresContext     766 libavcodec/proresdec_lgpl.c     ProresContext *ctx = avctx->priv_data;
ProresContext     779 libavcodec/proresdec_lgpl.c     .priv_data_size = sizeof(ProresContext),
ProresContext     287 libavcodec/proresenc_anatoliy.c     ProresContext* ctx = avctx->priv_data;
ProresContext     322 libavcodec/proresenc_anatoliy.c     ProresContext* ctx = avctx->priv_data;
ProresContext     379 libavcodec/proresenc_anatoliy.c     ProresContext* ctx = avctx->priv_data;
ProresContext     542 libavcodec/proresenc_anatoliy.c     ProresContext* ctx = avctx->priv_data;
ProresContext     603 libavcodec/proresenc_anatoliy.c     ProresContext* ctx = avctx->priv_data;
ProresContext     615 libavcodec/proresenc_anatoliy.c     .priv_data_size = sizeof(ProresContext),
ProresContext     629 libavcodec/proresenc_anatoliy.c     .priv_data_size = sizeof(ProresContext),
ProresContext     228 libavcodec/proresenc_kostya.c static void get_slice_data(ProresContext *ctx, const uint16_t *src,
ProresContext     299 libavcodec/proresenc_kostya.c static void get_alpha_data(ProresContext *ctx, const uint16_t *src,
ProresContext     422 libavcodec/proresenc_kostya.c static int encode_slice_plane(ProresContext *ctx, PutBitContext *pb,
ProresContext     475 libavcodec/proresenc_kostya.c static int encode_alpha_plane(ProresContext *ctx, PutBitContext *pb,
ProresContext     512 libavcodec/proresenc_kostya.c     ProresContext *ctx = avctx->priv_data;
ProresContext     672 libavcodec/proresenc_kostya.c static int estimate_slice_plane(ProresContext *ctx, int *error, int plane,
ProresContext     706 libavcodec/proresenc_kostya.c static int estimate_alpha_plane(ProresContext *ctx, int *error,
ProresContext     754 libavcodec/proresenc_kostya.c     ProresContext *ctx = avctx->priv_data;
ProresContext     909 libavcodec/proresenc_kostya.c     ProresContext *ctx = avctx->priv_data;
ProresContext     933 libavcodec/proresenc_kostya.c     ProresContext *ctx = avctx->priv_data;
ProresContext    1092 libavcodec/proresenc_kostya.c     ProresContext *ctx = avctx->priv_data;
ProresContext    1123 libavcodec/proresenc_kostya.c     ProresContext *ctx = avctx->priv_data;
ProresContext    1290 libavcodec/proresenc_kostya.c #define OFFSET(x) offsetof(ProresContext, x)
ProresContext    1346 libavcodec/proresenc_kostya.c     .priv_data_size = sizeof(ProresContext),