Home
last modified time | relevance | path

Searched refs:ARG_DEF (Results 1 – 25 of 31) sorted by relevance

12

/external/libvpx/libvpx/
Dvpxenc.c131 static const arg_def_t debugmode = ARG_DEF(
133 static const arg_def_t outputfile = ARG_DEF(
135 static const arg_def_t use_yv12 = ARG_DEF(
137 static const arg_def_t use_i420 = ARG_DEF(
139 static const arg_def_t use_i422 = ARG_DEF(
141 static const arg_def_t use_i444 = ARG_DEF(
143 static const arg_def_t use_i440 = ARG_DEF(
145 static const arg_def_t codecarg = ARG_DEF(
147 static const arg_def_t passes = ARG_DEF(
149 static const arg_def_t pass_arg = ARG_DEF(
[all …]
Dvpxdec.c50 static const arg_def_t looparg = ARG_DEF(
52 static const arg_def_t codecarg = ARG_DEF(
54 static const arg_def_t use_yv12 = ARG_DEF(
56 static const arg_def_t use_i420 = ARG_DEF(
58 static const arg_def_t flipuvarg = ARG_DEF(
60 static const arg_def_t rawvideo = ARG_DEF(
62 static const arg_def_t noblitarg = ARG_DEF(
64 static const arg_def_t progressarg = ARG_DEF(
66 static const arg_def_t limitarg = ARG_DEF(
68 static const arg_def_t skiparg = ARG_DEF(
[all …]
Dargs.h41 #define ARG_DEF(s,l,v,d) {s,l,v,d, NULL} macro
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c36 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/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
Doutput1 …DEF int x) (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) (FUNC_DEF (FUNC_HDR int foo (ARG_DEF in…
DSimpleC.g9 ARG_DEF;
40 : type declarator -> ^(ARG_DEF type declarator)
DSimpleCTP.tokens1 ARG_DEF=4
DSimpleC.tokens1 ARG_DEF=4
DSimpleCLexer.h21 #define ARG_DEF 4 macro
DSimpleCTP.g36 : ^(ARG_DEF type declarator)
DSimpleCTP.java28 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()
DSimpleCTP.h30 #define ARG_DEF 4 macro
DSimpleCTP.m232 @"ARG_DEF", @"BLOCK", @"FUNC_DECL", @"FUNC_DEF", @"FUNC_HDR", @"K_CHAR",
574 if ( (LA3_0==ARG_DEF) ) {
629 * SimpleCTP.g:35:1: formalParameter : ^( ARG_DEF type declarator ) ;
637 // SimpleCTP.g:36:5: ( ^( ARG_DEF type declarator ) ) // ruleBlockSingleAlt
638 // SimpleCTP.g:36:9: ^( ARG_DEF type declarator ) // alt
640 [self match:input TokenType:ARG_DEF Follow:FOLLOW_ARG_DEF_in_formalParameter199];
DSimpleCParser.h39 #define ARG_DEF 4 macro
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt047treeparser.g9 ARG_DEF;
40 : type declarator -> ^(ARG_DEF type declarator)
Dt047treeparserWalker.g35 : ^(ARG_DEF type declarator)
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt047treeparser.g9 ARG_DEF;
40 : type declarator -> ^(ARG_DEF type declarator)
Dt047treeparserWalker.g34 : ^(ARG_DEF type declarator)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleC.tokens15 ARG_DEF=5
DSimpleCTP.tokens15 ARG_DEF=5
DSimpleCLexer.h40 #define ARG_DEF 5 macro
DSimpleCTP.java28 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()
DSimpleCTP.h28 #define ARG_DEF 5 macro
DSimpleCTP.m237 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK",
519 if ( (LA3_0==ARG_DEF) ) {
565 …mework/examples/simplecTreeParser/SimpleCTP.g:35:1: formalParameter : ^( ARG_DEF type declarator )…
572 …C2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:36:5: ( ^( ARG_DEF type declarator )…
573 …bjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:36:9: ^( ARG_DEF type declarator )…
575 …[self match:input TokenType:ARG_DEF Follow:FOLLOW_ARG_DEF_in_formalParameter199]; /* element() */
DSimpleCParser.h36 #define ARG_DEF 5 macro

12