HomeSort by relevance Sort by last modified time
    Searched refs:total_encoders (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 354 unsigned int total_encoders; member in struct:vpx_codec_priv::__anon23094
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 151 if (ctx->base.enc.total_encoders > 1)
165 if (ctx->base.enc.total_encoders > 1)
177 if (ctx->base.enc.total_encoders > 1)
633 ctx->priv->enc.total_encoders = mr_cfg->mr_total_resolutions;
635 ctx->priv->enc.total_encoders = 1;
    [all...]
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 218 unsigned int num_enc = ctx->priv->enc.total_encoders;
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 484 ctx->priv->enc.total_encoders = 1;
    [all...]

Completed in 264 milliseconds