Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Divi.h213 typedef struct IVI45DecContext { struct
258 int (*decode_pic_hdr) (struct IVI45DecContext *ctx, AVCodecContext *avctx);
259 int (*decode_band_hdr) (struct IVI45DecContext *ctx, IVIBandDesc *band, AVCodecContext *avctx);
260 int (*decode_mb_info) (struct IVI45DecContext *ctx, IVIBandDesc *band, IVITile *tile, AVCodecContext *avctx);
261 void (*switch_buffers) (struct IVI45DecContext *ctx);
262 int (*is_nonnull_frame)(struct IVI45DecContext *ctx);
271 } IVI45DecContext; typedef
H A Dindeo5.c60 static int decode_gop_header(IVI45DecContext *ctx, AVCodecContext *avctx) in decode_gop_header()
315 static int decode_pic_hdr(IVI45DecContext *ctx, AVCodecContext *avctx) in decode_pic_hdr()
383 static int decode_band_hdr(IVI45DecContext *ctx, IVIBandDesc *band, in decode_band_hdr()
455 static int decode_mb_info(IVI45DecContext *ctx, IVIBandDesc *band, in decode_mb_info()
594 static void switch_buffers(IVI45DecContext *ctx) in switch_buffers()
632 static int is_nonnull_frame(IVI45DecContext *ctx) in is_nonnull_frame()
643 IVI45DecContext *ctx = avctx->priv_data; in decode_init()
691 .priv_data_size = sizeof(IVI45DecContext),
H A Dindeo4.c106 static int decode_pic_hdr(IVI45DecContext *ctx, AVCodecContext *avctx) in decode_pic_hdr()
271 static int decode_band_hdr(IVI45DecContext *ctx, IVIBandDesc *arg_band, in decode_band_hdr()
469 static int decode_mb_info(IVI45DecContext *ctx, IVIBandDesc *band, in decode_mb_info()
635 static void switch_buffers(IVI45DecContext *ctx) in switch_buffers()
664 static int is_nonnull_frame(IVI45DecContext *ctx) in is_nonnull_frame()
672 IVI45DecContext *ctx = avctx->priv_data; in decode_init()
711 .priv_data_size = sizeof(IVI45DecContext),
H A Divi.c924 static void *prepare_buf(IVI45DecContext *ctx, IVIBandDesc *band, int i) in prepare_buf()
941 static int decode_band(IVI45DecContext *ctx, in decode_band()
1071 IVI45DecContext *ctx = avctx->priv_data; in ff_ivi_decode_frame()
1213 IVI45DecContext *ctx = avctx->priv_data; in ff_ivi_decode_close()

Completed in 7 milliseconds