Home
last modified time | relevance | path

Searched refs:vpx_init (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibvpxdec.c87 static av_cold int vpx_init(AVCodecContext *avctx, in vpx_init() function
243 ret = vpx_init(avctx, in vpx_decode()
355 return vpx_init(avctx, &ctx->decoder, vpx_codec_vp8_dx()); in vp8_init()
377 return vpx_init(avctx, &ctx->decoder, vpx_codec_vp9_dx()); in vp9_init()
H A Dlibvpxenc.c884 static av_cold int vpx_init(AVCodecContext *avctx, in vpx_init() function
1930 return vpx_init(avctx, vpx_codec_vp8_cx()); in vp8_init()
1962 return vpx_init(avctx, vpx_codec_vp9_cx()); in vp9_init()

Completed in 5 milliseconds