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

  /external/libvpx/vp8/
vp8_dx_iface.c 110 vpx_codec_flags_t init_flags)
132 if (mmaps[i].sz < vp8_mem_req_segs[i].calc_sz(&cfg, init_flags))
157 ctx->priv->init_flags = ctx->init_flags;
339 ctx->base.init_flags);
353 res = vp8_validate_mmaps(&ctx->si, ctx->mmaps, ctx->base.init_flags);
374 && (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC))
397 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)
494 mmap->sz = seg_iter->calc_sz(ctx->config.dec, ctx->init_flags);
vp8_cx_iface.c 504 ctx->priv->init_flags = ctx->init_flags;
733 if (ctx->base.init_flags & VPX_CODEC_USE_PSNR)
    [all...]
  /external/libvpx/vpx/
vpx_codec.h 199 vpx_codec_flags_t init_flags; /**< Flags passed at init time */ member in struct:vpx_codec_ctx
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 343 vpx_codec_flags_t init_flags; member in struct:vpx_codec_priv
  /external/libvpx/vpx/src/
vpx_decoder.c 47 ctx->init_flags = flags;
vpx_encoder.c 48 ctx->init_flags = flags;

Completed in 197 milliseconds