Searched refs:AOM_CODEC_USE_POSTPROC (Results 1 – 4 of 4) sorted by relevance
69 #define AOM_CODEC_USE_POSTPROC 0x10000 /**< Postprocess decoded frame */ macro
37 else if ((flags & AOM_CODEC_USE_POSTPROC) && in aom_codec_dec_init_ver()
678 dec_flags = (postproc ? AOM_CODEC_USE_POSTPROC : 0); in main_loop()
508 if (!ctx->postproc_cfg_set && (ctx->base.init_flags & AOM_CODEC_USE_POSTPROC)) in init_decoder()