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

  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 46 int defer_alloc; member in struct:vpx_codec_alg_priv
122 ctx->priv->alg_priv->defer_alloc = 1;
253 if (!res && ctx->defer_alloc) {
276 ctx->defer_alloc = 0;
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 56 int defer_alloc; member in struct:vpx_codec_alg_priv
151 ctx->priv->alg_priv->defer_alloc = 1;
393 if (!res && ctx->defer_alloc)
418 ctx->defer_alloc = 0;

Completed in 219 milliseconds