Home | History | Annotate | Download | only in vpx

Lines Matching refs:cfg

672    * parameter), the storage pointed to by the cfg parameter must be
677 * \param[in] cfg Configuration to use, if known. May be NULL.
688 vpx_codec_enc_cfg_t *cfg,
697 #define vpx_codec_enc_init(ctx, iface, cfg, flags) \
698 vpx_codec_enc_init_ver(ctx, iface, cfg, flags, VPX_ENCODER_ABI_VERSION)
709 * parameter), the storage pointed to by the cfg parameter must be
714 * \param[in] cfg Configuration to use, if known. May be NULL.
727 vpx_codec_enc_cfg_t *cfg,
738 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \
739 vpx_codec_enc_init_multi_ver(ctx, iface, cfg, num_enc, flags, dsf, \
752 * \param[out] cfg Configuration buffer to populate
763 vpx_codec_enc_cfg_t *cfg,
772 * \param[in] cfg Configuration buffer to use
782 const vpx_codec_enc_cfg_t *cfg);