Indeo3DecodeContext  151 libavcodec/indeo3.c static av_cold void free_frame_buffers(Indeo3DecodeContext *ctx)
Indeo3DecodeContext  165 libavcodec/indeo3.c static av_cold int allocate_frame_buffers(Indeo3DecodeContext *ctx,
Indeo3DecodeContext  232 libavcodec/indeo3.c static int copy_cell(Indeo3DecodeContext *ctx, Plane *plane, Cell *cell)
Indeo3DecodeContext  426 libavcodec/indeo3.c static int decode_cell_data(Indeo3DecodeContext *ctx, Cell *cell,
Indeo3DecodeContext  583 libavcodec/indeo3.c static int decode_cell(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
Indeo3DecodeContext  754 libavcodec/indeo3.c static int parse_bintree(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
Indeo3DecodeContext  855 libavcodec/indeo3.c static int decode_plane(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
Indeo3DecodeContext  896 libavcodec/indeo3.c static int decode_frame_headers(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
Indeo3DecodeContext 1054 libavcodec/indeo3.c     Indeo3DecodeContext *ctx = avctx->priv_data;
Indeo3DecodeContext 1070 libavcodec/indeo3.c     Indeo3DecodeContext *ctx = avctx->priv_data;
Indeo3DecodeContext 1141 libavcodec/indeo3.c     .priv_data_size = sizeof(Indeo3DecodeContext),