Searched refs:vpx_codec_enc_init_multi (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 772 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \ macro
|
/external/libvpx/libvpx/test/ |
D | encode_api_test.cc | 187 vpx_codec_enc_init_multi(&enc[0], iface, &cfg[0], 2, 0, &dsf[0])); in TEST()
|
/external/libvpx/libvpx/ |
D | usage.dox | 85 \li #vpx_codec_enc_init_multi (calls vpx_codec_enc_init_multi_ver())
|
/external/libvpx/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 489 if (vpx_codec_enc_init_multi(&codec[0], interface, &cfg[0], NUM_ENCODERS, in main()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 645 int error = vpx_codec_enc_init_multi(&encoders_[0], vpx_codec_vp8_cx(), in InitAndSetControlSettings()
|