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

  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 69 int num_enc,
77 else if (!ctx || !iface || !cfg || (num_enc > 16 || num_enc < 1))
96 for (i = 0; i < num_enc; i++) {
107 mr_cfg.mr_total_resolutions = num_enc;
108 mr_cfg.mr_encoder_id = num_enc - 1 - i;
218 unsigned int num_enc = ctx->priv->enc.total_encoders; local
225 if (num_enc == 1)
236 ctx += num_enc - 1;
237 if (img) img += num_enc - 1
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 707 * \param[in] num_enc Total number of encoders.
720 int num_enc,
730 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \
731 vpx_codec_enc_init_multi_ver(ctx, iface, cfg, num_enc, flags, dsf, \
    [all...]

Completed in 25 milliseconds