Searched refs:decode_mb_info (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | rv34.h | 129 int (*decode_mb_info)(struct RV34DecContext *r); member
|
D | indeo5.c | 455 static int decode_mb_info(IVI45DecContext *ctx, IVIBandDesc *band, in decode_mb_info() function 675 ctx->decode_mb_info = decode_mb_info; in decode_init()
|
D | indeo4.c | 469 static int decode_mb_info(IVI45DecContext *ctx, IVIBandDesc *band, in decode_mb_info() function 688 ctx->decode_mb_info = decode_mb_info; in decode_init()
|
D | ivi.h | 260 …int (*decode_mb_info) (struct IVI45DecContext *ctx, IVIBandDesc *band, IVITile *tile,… member
|
D | rv30.c | 284 r->decode_mb_info = rv30_decode_mb_info; in rv30_decode_init()
|
D | rv40.c | 566 r->decode_mb_info = rv40_decode_mb_info; in rv40_decode_init()
|
D | ivi.c | 1014 result = ctx->decode_mb_info(ctx, band, tile, avctx); in decode_band()
|
D | rv34.c | 388 r->block_type = r->decode_mb_info(r); in rv34_decode_inter_mb_header()
|