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

/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h807 * Applications should call the vpx_codec_enc_init_multi convenience macro
837 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \ macro
/external/libvpx/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c537 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 122 milliseconds