Home
last modified time | relevance | path

Searched refs:Indeo3DecodeContext (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dindeo3.c85 typedef struct Indeo3DecodeContext { struct
111 } Indeo3DecodeContext; typedef
153 static av_cold void free_frame_buffers(Indeo3DecodeContext *ctx) in free_frame_buffers()
167 static av_cold int allocate_frame_buffers(Indeo3DecodeContext *ctx, in allocate_frame_buffers()
233 static int copy_cell(Indeo3DecodeContext *ctx, Plane *plane, Cell *cell) in copy_cell()
427 static int decode_cell_data(Indeo3DecodeContext *ctx, Cell *cell, in decode_cell_data()
583 static int decode_cell(Indeo3DecodeContext *ctx, AVCodecContext *avctx, in decode_cell()
754 static int parse_bintree(Indeo3DecodeContext *ctx, AVCodecContext *avctx, in parse_bintree()
855 static int decode_plane(Indeo3DecodeContext *ctx, AVCodecContext *avctx, in decode_plane()
896 static int decode_frame_headers(Indeo3DecodeContext *ct
[all...]

Completed in 2 milliseconds