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

  /external/libvpx/libvpx/vpx/
vpx_decoder.h 70 #define VPX_CODEC_USE_POSTPROC 0x10000 /**< Postprocess decoded frame */
  /external/chromium_org/media/cast/video_receiver/codecs/vp8/
vp8_decoder.cc 39 vpx_codec_flags_t flags = VPX_CODEC_USE_POSTPROC;
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 36 else if ((flags & VPX_CODEC_USE_POSTPROC) && !(iface->caps & VPX_CODEC_CAP_POSTPROC))
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 303 && (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)) {
324 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC) {
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 444 && (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC))
587 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)
  /external/libvpx/libvpx/
vpxdec.c 921 dec_flags = (postproc ? VPX_CODEC_USE_POSTPROC : 0) |
    [all...]

Completed in 568 milliseconds