/external/libaom/libaom/apps/ |
D | aomenc.c | 127 ARG_DEF(NULL, "help", 0, "Show usage options and exit"); 129 ARG_DEF("D", "debug", 0, "Debug mode (makes output deterministic)"); 131 ARG_DEF("o", "output", 1, "Output filename"); 133 ARG_DEF(NULL, "yv12", 0, "Input file is YV12 "); 135 ARG_DEF(NULL, "i420", 0, "Input file is I420 (default)"); 137 ARG_DEF(NULL, "i422", 0, "Input file is I422"); 139 ARG_DEF(NULL, "i444", 0, "Input file is I444"); 140 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); 142 ARG_DEF("p", "passes", 1, "Number of passes (1/2)"); 144 ARG_DEF(NULL, "pass", 1, "Pass to execute (1/2)"); [all …]
|
D | aomdec.c | 59 ARG_DEF(NULL, "help", 0, "Show usage options and exit"); 61 ARG_DEF(NULL, "loops", 1, "Number of times to decode the file"); 62 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); 64 ARG_DEF(NULL, "yv12", 0, "Output raw YV12 frames"); 66 ARG_DEF(NULL, "i420", 0, "Output raw I420 frames"); 68 ARG_DEF(NULL, "flipuv", 0, "Flip the chroma planes in the output"); 70 ARG_DEF(NULL, "rawvideo", 0, "Output raw YUV frames"); 72 ARG_DEF(NULL, "noblit", 0, "Don't process the decoded frames"); 74 ARG_DEF(NULL, "progress", 0, "Show progress after each frame decodes"); 76 ARG_DEF(NULL, "limit", 1, "Stop decoding after n frames"); [all …]
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 127 ARG_DEF(NULL, "help", 0, "Show usage options and exit"); 129 ARG_DEF("D", "debug", 0, "Debug mode (makes output deterministic)"); 131 ARG_DEF("o", "output", 1, "Output filename"); 133 ARG_DEF(NULL, "yv12", 0, "Input file is YV12 "); 135 ARG_DEF(NULL, "i420", 0, "Input file is I420 (default)"); 137 ARG_DEF(NULL, "i422", 0, "Input file is I422"); 139 ARG_DEF(NULL, "i444", 0, "Input file is I444"); 141 ARG_DEF(NULL, "i440", 0, "Input file is I440"); 142 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); 144 ARG_DEF("p", "passes", 1, "Number of passes (1/2)"); [all …]
|
D | vpxdec.c | 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"); [all …]
|
D | args.h | 41 #define ARG_DEF(s, l, v, d) \ macro
|
/external/libaom/libaom/examples/ |
D | noise_model.c | 73 ARG_DEF(NULL, "help", 0, "Show usage options and exit"); 75 ARG_DEF("w", "width", 1, "Input width (if rawvideo)"); 77 ARG_DEF("h", "height", 1, "Input height (if rawvideo)"); 79 ARG_DEF("s", "skip-frames", 1, "Number of frames to skip (default = 1)"); 80 static const arg_def_t fps_arg = ARG_DEF(NULL, "fps", 1, "Frame rate"); 81 static const arg_def_t input_arg = ARG_DEF("-i", "input", 1, "Input filename"); 83 ARG_DEF("n", "output-grain-table", 1, "Output noise file"); 85 ARG_DEF("d", "input-denoised", 1, "Input denoised filename (YUV) only"); 87 ARG_DEF("b", "flat-block-finder", 1, "Run the flat block finder"); 89 ARG_DEF("b", "block-size", 1, "Block size"); [all …]
|
D | inspect.c | 77 ARG_DEF(NULL, "limit", 1, "Stop decoding after n frames"); 78 static const arg_def_t dump_all_arg = ARG_DEF("A", "all", 0, "Dump All"); 80 ARG_DEF("x", "compress", 0, "Compress JSON using RLE"); 82 ARG_DEF("a", "accounting", 0, "Dump Accounting"); 84 ARG_DEF("bs", "blockSize", 0, "Dump Block Size"); 86 ARG_DEF("mv", "motionVectors", 0, "Dump Motion Vectors"); 88 ARG_DEF("ts", "transformSize", 0, "Dump Transform Size"); 90 ARG_DEF("tt", "transformType", 0, "Dump Transform Type"); 91 static const arg_def_t dump_mode_arg = ARG_DEF("m", "mode", 0, "Dump Mode"); 93 ARG_DEF("mm", "motion_mode", 0, "Dump Motion Modes"); [all …]
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 36 ARG_DEF("s", "skip-frames", 1, "input frames to skip"); 38 ARG_DEF("f", "frames", 1, "number of frames to encode"); 40 ARG_DEF("th", "threads", 1, "number of threads to use"); 43 ARG_DEF("rcstat", "output_rc_stats", 1, "output rc stats"); 45 static const arg_def_t width_arg = ARG_DEF("w", "width", 1, "source width"); 46 static const arg_def_t height_arg = ARG_DEF("h", "height", 1, "source height"); 48 ARG_DEF("t", "timebase", 1, "timebase (num/den)"); 49 static const arg_def_t bitrate_arg = ARG_DEF( 52 ARG_DEF("sl", "spatial-layers", 1, "number of spatial SVC layers"); 54 ARG_DEF("tl", "temporal-layers", 1, "number of temporal SVC layers"); [all …]
|
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | output | 1 …DEF int x) (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) (FUNC_DEF (FUNC_HDR int foo (ARG_DEF in…
|
D | SimpleC.g | 9 ARG_DEF; 40 : type declarator -> ^(ARG_DEF type declarator)
|
D | SimpleCTP.tokens | 1 ARG_DEF=4
|
D | SimpleC.tokens | 1 ARG_DEF=4
|
D | SimpleCWalker.tokens | 1 ARG_DEF=4
|
D | SimpleCLexer.h | 21 #define ARG_DEF 4 macro
|
D | SimpleCTP.java | 28 public static final int ARG_DEF=5; field in SimpleCTP 286 if ( (LA3_0==ARG_DEF) ) { in functionHeader() 337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186); in formalParameter()
|
D | SimpleCWalker.g | 36 : ^(ARG_DEF type declarator)
|
D | SimpleCTP.g | 36 : ^(ARG_DEF type declarator)
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | t047treeparser.g | 9 ARG_DEF; 40 : type declarator -> ^(ARG_DEF type declarator)
|
D | t047treeparserWalker.g | 35 : ^(ARG_DEF type declarator)
|
/external/antlr/runtime/Python/tests/ |
D | t047treeparser.g | 9 ARG_DEF; 40 : type declarator -> ^(ARG_DEF type declarator)
|
D | t047treeparserWalker.g | 34 : ^(ARG_DEF type declarator)
|
/external/antlr/runtime/Python3/tests/ |
D | t047treeparser.g | 9 ARG_DEF; 40 : type declarator -> ^(ARG_DEF type declarator)
|
D | t047treeparserWalker.g | 34 : ^(ARG_DEF type declarator)
|
/external/antlr/runtime/Cpp/tests/ |
D | t047treeparser.g | 9 ARG_DEF; 53 : type declarator -> ^(ARG_DEF type declarator)
|
D | t047treeparserWalker.g | 40 : ^(ARG_DEF type declarator)
|