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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvpxdec.c40 static av_cold int vpx_init(AVCodecContext *avctx, function
117 return vpx_init(avctx, &vpx_codec_vp8_dx_algo);
136 return vpx_init(avctx, &vpx_codec_vp9_dx_algo);
H A Dlibvpxenc.c259 static av_cold int vpx_init(AVCodecContext *avctx, function
825 return vpx_init(avctx, &vpx_codec_vp8_cx_algo);
854 return vpx_init(avctx, &vpx_codec_vp9_cx_algo);

Completed in 68 milliseconds