Searched refs:decode_mb (Results 1 – 16 of 16) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | asvdec.c | 174 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()
|
D | error_resilience.h | 86 void (*decode_mb)(void *opaque, int ref, int mv_dir, int mv_type, member
|
D | mdec.c | 132 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()
|
D | mpegvideo_xvmc.c | 359 .decode_mb = ff_xvmc_decode_mb, 373 .decode_mb = ff_xvmc_decode_mb,
|
D | eamad.c | 210 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()
|
D | error_resilience.c | 453 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()
|
D | mpeg_er.c | 126 er->decode_mb = mpeg_er_decode_mb; in ff_mpeg_er_init()
|
D | msmpeg4dec.c | 385 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()
|
D | h263dec.c | 81 s->decode_mb = ff_h263_decode_mb; in ff_h263_decode_init() 268 ret = s->decode_mb(s, s->block); in decode_slice()
|
D | clearvideo.c | 177 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()
|
D | mpegvideo.h | 515 …int (*decode_mb)(struct MpegEncContext *s, int16_t block[12][64]); // used by some codecs to avoid… member
|
D | avcodec.h | 2559 void (*decode_mb)(struct MpegEncContext *s); member
|
D | mpeg4videodec.c | 2863 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()
|
D | h264dec.c | 245 er->decode_mb = h264_er_decode_mb; in ff_h264_slice_context_init()
|
D | mpegvideo.c | 1951 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/ |
D | blockdsp_init.c | 48 if (CONFIG_XVMC && avctx->hwaccel && avctx->hwaccel->decode_mb) in ff_blockdsp_init_x86()
|