Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c144 if (ctx->base.enc.total_encoders > 1) RANGE_CHECK_HI(cfg, g_lag_in_frames, 0); in validate_config()
157 if (ctx->base.enc.total_encoders > 1) in validate_config()
169 if (ctx->base.enc.total_encoders > 1) in validate_config()
648 ctx->priv->enc.total_encoders = mr_cfg->mr_total_resolutions; in vp8e_init()
650 ctx->priv->enc.total_encoders = 1; in vp8e_init()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h351 unsigned int total_encoders; member
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c201 unsigned int num_enc = ctx->priv->enc.total_encoders; in vpx_codec_encode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c887 ctx->priv->enc.total_encoders = 1; in encoder_init()