Home
last modified time | relevance | path

Searched refs:total_encoders (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h351 unsigned int total_encoders; member
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c165 if (ctx->base.enc.total_encoders > 1) RANGE_CHECK_HI(cfg, g_lag_in_frames, 0); in validate_config()
178 if (ctx->base.enc.total_encoders > 1) in validate_config()
190 if (ctx->base.enc.total_encoders > 1) in validate_config()
671 ctx->priv->enc.total_encoders = mr_cfg->mr_total_resolutions; in vp8e_init()
673 ctx->priv->enc.total_encoders = 1; in vp8e_init()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c200 unsigned int num_enc = ctx->priv->enc.total_encoders; in vpx_codec_encode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c919 ctx->priv->enc.total_encoders = 1; in encoder_init()