Searched refs:vpx_codec_enc_init_multi (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h766 * Applications should call the vpx_codec_enc_init_multi convenience macro
791 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \ macro
/external/libvpx/libvpx/test/
H A Dencode_api_test.cc187 vpx_codec_enc_init_multi(&enc[0], iface, &cfg[0], 2, 0, &dsf[0]));
/external/libvpx/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c489 if (vpx_codec_enc_init_multi(&codec[0], interface, &cfg[0], NUM_ENCODERS,
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc645 int error = vpx_codec_enc_init_multi(&encoders_[0], vpx_codec_vp8_cx(),

Completed in 216 milliseconds