Searched refs:VPX_CODEC_USE_POSTPROC (Results 1 – 6 of 6) sorted by relevance
73 #define VPX_CODEC_USE_POSTPROC 0x10000 /**< Postprocess decoded frame */ macro
90 VPX_CODEC_USE_POSTPROC); in main()
38 else if ((flags & VPX_CODEC_USE_POSTPROC) && !(iface->caps & VPX_CODEC_CAP_POSTPROC)) in vpx_codec_dec_init_ver()
387 && (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)) { in vp8_decode()534 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC) in vp8_get_frame()
457 (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)) in init_decoder()765 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC) in decoder_get_frame()
803 dec_flags = (postproc ? VPX_CODEC_USE_POSTPROC : 0) | in main_loop()