Lines Matching refs:postproc
71 static const arg_def_t postprocarg = ARG_DEF(NULL, "postproc", 0,
104 "Enable VP8 postproc add noise");
673 int stop_after = 0, postproc = 0, summary = 0, quiet = 1;
747 postproc = 1;
761 postproc = 1;
765 postproc = 1;
769 postproc = 1;
772 postproc = 1;
777 postproc = 1;
785 postproc = 1;
791 postproc = 1;
797 postproc = 1;
803 postproc = 1;
921 dec_flags = (postproc ? VPX_CODEC_USE_POSTPROC : 0) |
936 fprintf(stderr, "Failed to configure postproc: %s\n", vpx_codec_error(&decoder));