HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_enc_init_multi (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vpx/
vpx_encoder.h 755 * Applications should call the vpx_codec_enc_init_multi convenience macro
780 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \ macro
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 488 if (vpx_codec_enc_init_multi(&codec[0], interface, &cfg[0], NUM_ENCODERS,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 645 int error = vpx_codec_enc_init_multi(&encoders_[0], vpx_codec_vp8_cx(),
    [all...]

Completed in 75 milliseconds