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 64 int num_enc, vpx_codec_flags_t flags, vpx_rational_t *dsf, int ver) {
69 else if (!ctx || !iface || !cfg || (num_enc > 16 || num_enc < 1))
85 for (i = 0; i < num_enc; i++) {
96 mr_cfg.mr_total_resolutions = num_enc;
97 mr_cfg.mr_encoder_id = num_enc - 1 - i;
201 unsigned int num_enc = ctx->priv->enc.total_encoders; local
208 if (num_enc == 1)
219 ctx += num_enc - 1;
220 if (img) img += num_enc - 1
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 762 * \param[in] num_enc Total number of encoders.
774 int num_enc, vpx_codec_flags_t flags, vpx_rational_t *dsf, int ver);
780 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \
781 vpx_codec_enc_init_multi_ver(ctx, iface, cfg, num_enc, flags, dsf, \
    [all...]

Completed in 126 milliseconds