Home
last modified time | relevance | path

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

/external/libvpx/vpx/
Dvpx_decoder.h73 #define VPX_CODEC_USE_POSTPROC 0x10000 /**< Postprocess decoded frame */ macro
/external/libvpx/examples/
Dpostproc.c87 VPX_CODEC_USE_POSTPROC); in main()
/external/libvpx/vpx/src/
Dvpx_decoder.c36 else if ((flags & VPX_CODEC_USE_POSTPROC) && in vpx_codec_dec_init_ver()
/external/libvpx/vp9/
Dvp9_dx_iface.c282 if (!ctx->postproc_cfg_set && (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)) in init_decoder()
413 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC) set_ppflags(ctx, &flags); in decoder_get_frame()
/external/libvpx/vp8/
Dvp8_dx_iface.c344 (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)) { in vp8_decode()
515 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC) { in vp8_get_frame()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_decoder.cc151 vpx_codec_flags_t flags = use_postproc_ ? VPX_CODEC_USE_POSTPROC : 0; in Configure()
/external/libvpx/
Dvpxdec.c772 dec_flags = (postproc ? VPX_CODEC_USE_POSTPROC : 0) | in main_loop()