/external/libvpx/libvpx/ |
D | vpxenc.c | 131 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 …]
|
D | vpxdec.c | 50 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 …]
|
D | args.h | 41 #define ARG_DEF(s,l,v,d) {s,l,v,d, NULL} macro
|
/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/antlr-3.4/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 | SimpleCLexer.h | 21 #define ARG_DEF 4 macro
|
D | SimpleCTP.g | 36 : ^(ARG_DEF type declarator)
|
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 | SimpleCTP.h | 30 #define ARG_DEF 4 macro
|
D | SimpleCTP.m | 232 @"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];
|
D | SimpleCParser.h | 39 #define ARG_DEF 4 macro
|
/external/antlr/antlr-3.4/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/antlr-3.4/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/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleC.tokens | 15 ARG_DEF=5
|
D | SimpleCTP.tokens | 15 ARG_DEF=5
|
D | SimpleCLexer.h | 40 #define ARG_DEF 5 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 | SimpleCTP.h | 28 #define ARG_DEF 5 macro
|
D | SimpleCTP.m | 237 @"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() */
|
D | SimpleCParser.h | 36 #define ARG_DEF 5 macro
|