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 116 vpx_codec_flags_t init_flags)
138 if (mmaps[i].sz < vp8_mem_req_segs[i].calc_sz(&cfg, init_flags))
163 ctx->priv->init_flags = ctx->init_flags;
363 ctx->base.init_flags);
377 res = vp8_validate_mmaps(&ctx->si, ctx->mmaps, ctx->base.init_flags);
398 && (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC))
423 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)
505 mmap->sz = seg_iter->calc_sz(ctx->config.dec, ctx->init_flags);
vp8_cx_iface.c 485 ctx->priv->init_flags = ctx->init_flags;
707 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 45 ctx->init_flags = flags;
vpx_encoder.c 48 ctx->init_flags = flags;

Completed in 323 milliseconds