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 72 int num_enc,
81 else if (!ctx || !iface || !cfg || (num_enc > 16 || num_enc < 1))
102 for (i = 0; i < num_enc; i++)
115 mr_cfg.mr_total_resolutions = num_enc;
116 mr_cfg.mr_encoder_id = num_enc-1-i;
237 unsigned int num_enc =ctx->priv->enc.total_encoders; local
241 if (num_enc == 1)
253 ctx += num_enc - 1;
254 if (img) img += num_enc - 1
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 706 * \param[in] num_enc Total number of encoders.
719 int num_enc,
729 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \
730 vpx_codec_enc_init_multi_ver(ctx, iface, cfg, num_enc, flags, dsf, \
    [all...]

Completed in 2795 milliseconds