Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp56.c566 static int ff_vp56_decode_mbs(AVCodecContext *avctx, void *, int, int);
647 avctx->execute2(avctx, ff_vp56_decode_mbs, 0, 0, (avctx->pix_fmt == AV_PIX_FMT_YUVA420P) + 1); in ff_vp56_decode_frame()
659 static int ff_vp56_decode_mbs(AVCodecContext *avctx, void *data, in ff_vp56_decode_mbs() function