Lines Matching defs:Indeo3DecodeContext
85 typedef struct Indeo3DecodeContext {
111 } Indeo3DecodeContext;
153 static av_cold void free_frame_buffers(Indeo3DecodeContext *ctx)
167 static av_cold int allocate_frame_buffers(Indeo3DecodeContext *ctx,
233 static int copy_cell(Indeo3DecodeContext *ctx, Plane *plane, Cell *cell)
427 static int decode_cell_data(Indeo3DecodeContext *ctx, Cell *cell,
583 static int decode_cell(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
754 static int parse_bintree(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
855 static int decode_plane(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
896 static int decode_frame_headers(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
1055 Indeo3DecodeContext *ctx = avctx->priv_data;
1071 Indeo3DecodeContext *ctx = avctx->priv_data;
1141 .priv_data_size = sizeof(Indeo3DecodeContext),