decode_mb 236 libavcodec/asvdec.c if ((ret = decode_mb(a, a->block)) < 0) decode_mb 246 libavcodec/asvdec.c if ((ret = decode_mb(a, a->block)) < 0) decode_mb 256 libavcodec/asvdec.c if ((ret = decode_mb(a, a->block)) < 0) decode_mb 3383 libavcodec/avcodec.h void (*decode_mb)(struct MpegEncContext *s); decode_mb 320 libavcodec/eamad.c if(decode_mb(s, frame, inter) < 0) decode_mb 425 libavcodec/error_resilience.c s->decode_mb(s->opaque, 0, mv_dir, MV_TYPE_16X16, &s->mv, decode_mb 617 libavcodec/error_resilience.c s->decode_mb(s->opaque, ref[j], MV_DIR_FORWARD, decode_mb 659 libavcodec/error_resilience.c s->decode_mb(s->opaque, ref[best_pred], MV_DIR_FORWARD, decode_mb 706 libavcodec/error_resilience.c s->avctx->hwaccel && s->avctx->hwaccel->decode_mb && decode_mb 1142 libavcodec/error_resilience.c s->decode_mb(s->opaque, 0 /* FIXME h264 partitioned slices need this set */, decode_mb 1188 libavcodec/error_resilience.c s->decode_mb(s->opaque, 0, mv_dir, MV_TYPE_16X16, &s->mv, decode_mb 1196 libavcodec/error_resilience.c if (CONFIG_XVMC && s->avctx->hwaccel && s->avctx->hwaccel->decode_mb) decode_mb 85 libavcodec/error_resilience.h void (*decode_mb)(void *opaque, int ref, int mv_dir, int mv_type, decode_mb 66 libavcodec/h263dec.c s->decode_mb = ff_h263_decode_mb; decode_mb 248 libavcodec/h263dec.c ret = s->decode_mb(s, s->block); decode_mb 516 libavcodec/h264.c er->decode_mb = h264_er_decode_mb; decode_mb 201 libavcodec/mdec.c if ((ret = decode_mb(a, a->block)) < 0) decode_mb 2238 libavcodec/mpeg4videodec.c s->decode_mb = mpeg4_decode_partitioned_mb; decode_mb 2240 libavcodec/mpeg4videodec.c s->decode_mb = mpeg4_decode_mb; decode_mb 2722 libavcodec/mpeg4videodec.c s->decode_mb = mpeg4_decode_mb; decode_mb 1158 libavcodec/mpegvideo.c er->decode_mb = mpeg_er_decode_mb; decode_mb 3044 libavcodec/mpegvideo.c s->avctx->hwaccel && s->avctx->hwaccel->decode_mb) { decode_mb 3045 libavcodec/mpegvideo.c s->avctx->hwaccel->decode_mb(s);//xvmc uses pblocks decode_mb 628 libavcodec/mpegvideo.h int (*decode_mb)(struct MpegEncContext *s, int16_t block[6][64]); // used by some codecs to avoid a switch() decode_mb 359 libavcodec/mpegvideo_xvmc.c .decode_mb = ff_xvmc_decode_mb, decode_mb 373 libavcodec/mpegvideo_xvmc.c .decode_mb = ff_xvmc_decode_mb, decode_mb 377 libavcodec/msmpeg4dec.c s->decode_mb= msmpeg4v12_decode_mb; decode_mb 381 libavcodec/msmpeg4dec.c s->decode_mb= msmpeg4v34_decode_mb; decode_mb 385 libavcodec/msmpeg4dec.c s->decode_mb= ff_wmv2_decode_mb; decode_mb 51 libavcodec/x86/blockdsp_init.c if (CONFIG_XVMC && avctx->hwaccel && avctx->hwaccel->decode_mb)