Home
last modified time | relevance | path

Searched refs:decode_mb (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dasvdec.c174 static inline int decode_mb(ASV1Context *a, int16_t block[6][64]) in decode_mb() function
248 if ((ret = decode_mb(a, a->block)) < 0) in decode_frame()
258 if ((ret = decode_mb(a, a->block)) < 0) in decode_frame()
268 if ((ret = decode_mb(a, a->block)) < 0) in decode_frame()
Derror_resilience.h86 void (*decode_mb)(void *opaque, int ref, int mv_dir, int mv_type, member
Dmdec.c132 static inline int decode_mb(MDECContext *a, int16_t block[6][64]) in decode_mb() function
201 if ((ret = decode_mb(a, a->block)) < 0) in decode_frame()
Dmpegvideo_xvmc.c359 .decode_mb = ff_xvmc_decode_mb,
373 .decode_mb = ff_xvmc_decode_mb,
Deamad.c210 static int decode_mb(MadContext *s, AVFrame *frame, int inter) in decode_mb() function
322 if(decode_mb(s, frame, inter) < 0) in decode_frame()
Derror_resilience.c453 s->decode_mb(s->opaque, 0, mv_dir, MV_TYPE_16X16, &s->mv, in guess_mv()
640 s->decode_mb(s->opaque, ref[j], MV_DIR_FORWARD, in guess_mv()
682 s->decode_mb(s->opaque, ref[best_pred], MV_DIR_FORWARD, in guess_mv()
745 s->avctx->hwaccel && s->avctx->hwaccel->decode_mb && in is_intra_more_likely()
1182 s->decode_mb(s->opaque, 0 /* FIXME H.264 partitioned slices need this set */, in ff_er_frame_end()
1228 s->decode_mb(s->opaque, 0, mv_dir, MV_TYPE_16X16, &s->mv, in ff_er_frame_end()
1236 if (CONFIG_XVMC && s->avctx->hwaccel && s->avctx->hwaccel->decode_mb) in ff_er_frame_end()
Dmpeg_er.c126 er->decode_mb = mpeg_er_decode_mb; in ff_mpeg_er_init()
Dmsmpeg4dec.c385 s->decode_mb= msmpeg4v12_decode_mb; in ff_msmpeg4_decode_init()
389 s->decode_mb= msmpeg4v34_decode_mb; in ff_msmpeg4_decode_init()
393 s->decode_mb= ff_wmv2_decode_mb; in ff_msmpeg4_decode_init()
Dh263dec.c81 s->decode_mb = ff_h263_decode_mb; in ff_h263_decode_init()
268 ret = s->decode_mb(s, s->block); in decode_slice()
Dclearvideo.c177 static int decode_mb(CLVContext *c, int x, int y) in decode_mb() function
551 ret = decode_mb(c, i, j); in clv_decode_frame()
Dmpegvideo.h515 …int (*decode_mb)(struct MpegEncContext *s, int16_t block[12][64]); // used by some codecs to avoid… member
Davcodec.h2559 void (*decode_mb)(struct MpegEncContext *s); member
Dmpeg4videodec.c2863 s->decode_mb = mpeg4_decode_partitioned_mb; in decode_vop_header()
2865 s->decode_mb = mpeg4_decode_mb; in decode_vop_header()
3149 s->decode_mb = mpeg4_decode_studio_mb; in decode_studio_vop_header()
3544 s->decode_mb = mpeg4_decode_mb; in decode_init()
Dh264dec.c245 er->decode_mb = h264_er_decode_mb; in ff_h264_slice_context_init()
Dmpegvideo.c1951 s->avctx->hwaccel && s->avctx->hwaccel->decode_mb) { in mpv_reconstruct_mb_internal()
1952 s->avctx->hwaccel->decode_mb(s);//xvmc uses pblocks in mpv_reconstruct_mb_internal()
/third_party/ffmpeg/libavcodec/x86/
Dblockdsp_init.c48 if (CONFIG_XVMC && avctx->hwaccel && avctx->hwaccel->decode_mb) in ff_blockdsp_init_x86()