Lines Matching refs:ARG_DEF
51 ARG_DEF(NULL, "help", 0, "Show usage options and exit");
53 ARG_DEF(NULL, "loops", 1, "Number of times to decode the file");
54 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use");
56 ARG_DEF(NULL, "yv12", 0, "Output raw YV12 frames");
58 ARG_DEF(NULL, "i420", 0, "Output raw I420 frames");
60 ARG_DEF(NULL, "flipuv", 0, "Flip the chroma planes in the output");
62 ARG_DEF(NULL, "rawvideo", 0, "Output raw YUV frames");
64 ARG_DEF(NULL, "noblit", 0, "Don't process the decoded frames");
66 ARG_DEF(NULL, "progress", 0, "Show progress after each frame decodes");
68 ARG_DEF(NULL, "limit", 1, "Stop decoding after n frames");
70 ARG_DEF(NULL, "skip", 1, "Skip the first n input frames");
72 ARG_DEF(NULL, "postproc", 0, "Postprocess decoded frames");
74 ARG_DEF(NULL, "summary", 0, "Show timing summary");
76 ARG_DEF("o", "output", 1, "Output file name pattern (see below)");
78 ARG_DEF("t", "threads", 1, "Max threads to use");
80 ARG_DEF(NULL, "frame-parallel", 0, "Frame parallel decode (ignored)");
82 ARG_DEF("v", "verbose", 0, "Show version string");
84 ARG_DEF(NULL, "error-concealment", 0, "Enable decoder error-concealment");
86 ARG_DEF("S", "scale", 0, "Scale output frames uniformly");
88 ARG_DEF("k", "keep-going", 0, "(debug) Continue decoding after error");
90 ARG_DEF(NULL, "frame-buffers", 1, "Number of frame buffers to use");
92 ARG_DEF(NULL, "md5", 0, "Compute the MD5 sum of the decoded frame");
95 ARG_DEF(NULL, "output-bit-depth", 1, "Output bit-depth for decoded frames");
97 static const arg_def_t svcdecodingarg = ARG_DEF(
100 ARG_DEF(NULL, "framestats", 1, "Output per-frame stats (.csv format)");
118 ARG_DEF(NULL, "noise-level", 1, "Enable VP8 postproc add noise");
120 ARG_DEF(NULL, "deblock", 0, "Enable VP8 deblocking");
121 static const arg_def_t demacroblock_level = ARG_DEF(
124 ARG_DEF(NULL, "mfqe", 0, "Enable multiframe quality enhancement");