Searched refs:VPX_CODEC_USE_POSTPROC (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx/
H A Dvpx_decoder.h73 #define VPX_CODEC_USE_POSTPROC 0x10000 /**< Postprocess decoded frame */ macro
/external/libvpx/libvpx/examples/
H A Dpostproc.c19 // initialization time. This is done by passing the VPX_CODEC_USE_POSTPROC
90 VPX_CODEC_USE_POSTPROC);
/external/libvpx/libvpx/vpx/src/
H A Dvpx_decoder.c38 else if ((flags & VPX_CODEC_USE_POSTPROC) && !(iface->caps & VPX_CODEC_CAP_POSTPROC))
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c374 && (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)) {
521 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c401 (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC))
709 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)
/external/libvpx/libvpx/
H A Dvpxdec.c800 dec_flags = (postproc ? VPX_CODEC_USE_POSTPROC : 0) |
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc1100 flags = VPX_CODEC_USE_POSTPROC;

Completed in 184 milliseconds