/external/libvpx/libvpx/examples/ |
vp9_spatial_scalable_encoder.c | 42 ARG_DEF("s", "skip-frames", 1, "input frames to skip"); 44 ARG_DEF("f", "frames", 1, "number of frames to encode"); 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("l", "layers", 1, "number of SVC layers"); 54 ARG_DEF("k", "kf-dist", 1, "number of frames between keyframes"); 56 ARG_DEF("r", "scale-factors", 1, "scale factors (lowest to highest layer)"); 58 ARG_DEF("q", "quantizers", 1, "quantizers for non key frames, also will [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
vp9_spatial_svc_encoder.c | 32 ARG_DEF("s", "skip-frames", 1, "input frames to skip"); 34 ARG_DEF("f", "frames", 1, "number of frames to encode"); 35 static const arg_def_t width_arg = ARG_DEF("w", "width", 1, "source width"); 36 static const arg_def_t height_arg = ARG_DEF("h", "height", 1, "source height"); 38 ARG_DEF("t", "timebase", 1, "timebase (num/den)"); 39 static const arg_def_t bitrate_arg = ARG_DEF( 42 ARG_DEF("sl", "spatial-layers", 1, "number of spatial SVC layers"); 44 ARG_DEF("tl", "temporal-layers", 1, "number of temporal SVC layers"); 46 ARG_DEF("k", "kf-dist", 1, "number of frames between keyframes"); 48 ARG_DEF("r", "scale-factors", 1, "scale factors (lowest to highest layer)") [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/ |
vpxenc.c | 131 static const arg_def_t debugmode = ARG_DEF("D", "debug", 0, 133 static const arg_def_t outputfile = ARG_DEF("o", "output", 1, 135 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0, 137 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, 139 static const arg_def_t use_i422 = ARG_DEF(NULL, "i422", 0, 141 static const arg_def_t use_i444 = ARG_DEF(NULL, "i444", 0, 143 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, 145 static const arg_def_t passes = ARG_DEF("p", "passes", 1, 147 static const arg_def_t pass_arg = ARG_DEF(NULL, "pass", 1, 149 static const arg_def_t fpf_name = ARG_DEF(NULL, "fpf", 1 [all...] |
args.h | 25 const struct arg_def *def; 34 typedef struct arg_def { struct 41 #define ARG_DEF(s,l,v,d) {s,l,v,d, NULL} 46 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv); 48 void arg_show_usage(FILE *fp, const struct arg_def *const *defs);
|
vpxdec.c | 50 static const arg_def_t looparg = ARG_DEF(NULL, "loops", 1, 52 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, 54 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0, 56 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, 58 static const arg_def_t flipuvarg = ARG_DEF(NULL, "flipuv", 0, 60 static const arg_def_t rawvideo = ARG_DEF(NULL, "rawvideo", 0, 62 static const arg_def_t noblitarg = ARG_DEF(NULL, "noblit", 0, 64 static const arg_def_t progressarg = ARG_DEF(NULL, "progress", 0, 66 static const arg_def_t limitarg = ARG_DEF(NULL, "limit", 1, 68 static const arg_def_t skiparg = ARG_DEF(NULL, "skip", 1 [all...] |
/external/libvpx/libvpx/ |
vpxdec.c | 46 static const arg_def_t looparg = ARG_DEF(NULL, "loops", 1, 48 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, 50 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0, 52 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, 54 static const arg_def_t flipuvarg = ARG_DEF(NULL, "flipuv", 0, 56 static const arg_def_t noblitarg = ARG_DEF(NULL, "noblit", 0, 58 static const arg_def_t progressarg = ARG_DEF(NULL, "progress", 0, 60 static const arg_def_t limitarg = ARG_DEF(NULL, "limit", 1, 62 static const arg_def_t skiparg = ARG_DEF(NULL, "skip", 1, 64 static const arg_def_t postprocarg = ARG_DEF(NULL, "postproc", 0 [all...] |
vpxenc.c | 175 static const arg_def_t debugmode = ARG_DEF("D", "debug", 0, 177 static const arg_def_t outputfile = ARG_DEF("o", "output", 1, 179 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0, 181 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0, 183 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, 185 static const arg_def_t passes = ARG_DEF("p", "passes", 1, 187 static const arg_def_t pass_arg = ARG_DEF(NULL, "pass", 1, 189 static const arg_def_t fpf_name = ARG_DEF(NULL, "fpf", 1, 191 static const arg_def_t limit = ARG_DEF(NULL, "limit", 1, 193 static const arg_def_t skip = ARG_DEF(NULL, "skip", 1 [all...] |
args.h | 25 const struct arg_def *def; 34 typedef struct arg_def { struct 41 #define ARG_DEF(s,l,v,d) {s,l,v,d, NULL} 46 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv); 48 void arg_show_usage(FILE *fp, const struct arg_def *const *defs);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCLexer.h | 21 #define ARG_DEF 4
|
SimpleCTP.h | 30 #define ARG_DEF 4
|
SimpleCTP.java | 10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'" 28 public static final int ARG_DEF=5; 286 if ( (LA3_0==ARG_DEF) ) { 331 // SimpleCTP.g:30:1: formalParameter : ^( ARG_DEF type declarator ) ; 334 // SimpleCTP.g:31:5: ( ^( ARG_DEF type declarator ) ) 335 // SimpleCTP.g:31:9: ^( ARG_DEF type declarator ) 337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186);
|
SimpleCLexer.java | 25 public static final int ARG_DEF=5;
|
SimpleCParser.h | 39 #define ARG_DEF 4
|
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]; [all...] |
SimpleCParser.java | 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'" 31 public static final int ARG_DEF=5; 609 // SimpleC.g:39:1: formalParameter : type declarator -> ^( ARG_DEF type declarator ) ; 624 // SimpleC.g:40:5: ( type declarator -> ^( ARG_DEF type declarator ) ) 652 // 40:25: -> ^( ARG_DEF type declarator ) 654 // SimpleC.g:40:28: ^( ARG_DEF type declarator ) 657 root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(ARG_DEF, "ARG_DEF"), root_1); [all...] |
SimpleCParser.m | [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.h | 40 #define ARG_DEF 5
|
SimpleCTP.h | 28 #define ARG_DEF 5
|
SimpleCTP.java | 10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'" 28 public static final int ARG_DEF=5; 286 if ( (LA3_0==ARG_DEF) ) { 331 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:30:1: formalParameter : ^( ARG_DEF type declarator ) ; 334 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:31:5: ( ^( ARG_DEF type declarator ) ) 335 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:31:9: ^( ARG_DEF type declarator ) 337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186);
|
SimpleCLexer.java | 25 public static final int ARG_DEF=5;
|
SimpleCParser.h | 36 #define ARG_DEF 5
|
SimpleCTP.m | 237 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK", 519 if ( (LA3_0==ARG_DEF) ) { 565 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:35:1: formalParameter : ^( ARG_DEF type declarator ) ; 572 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:36:5: ( ^( ARG_DEF type declarator ) ) // ruleBlockSingleAlt 573 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:36:9: ^( ARG_DEF type declarator ) // alt 575 [self match:input TokenType:ARG_DEF Follow:FOLLOW_ARG_DEF_in_formalParameter199]; /* element() */ [all...] |
SimpleCParser.java | 13 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'" 31 public static final int ARG_DEF=5; 609 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:39:1: formalParameter : type declarator -> ^( ARG_DEF type declarator ) ; 624 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:40:5: ( type declarator -> ^( ARG_DEF type declarator ) ) 652 // 40:25: -> ^( ARG_DEF type declarator ) 654 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:40:28: ^( ARG_DEF type declarator ) 657 root_1 = (Object)adaptor.becomeRoot((Object)adaptor.create(ARG_DEF, "ARG_DEF"), root_1); [all...] |
SimpleCParser.m | 803 @"VAR_DEF", @"ARG_DEF", @"FUNC_HDR", @"FUNC_DECL", @"FUNC_DEF", @"BLOCK", [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/ |
basic.rb | 474 ARG_DEF; 505 : type declarator -> ^(ARG_DEF type declarator) 628 : ^(ARG_DEF type declarator) 688 (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) 690 (FUNC_HDR int foo (ARG_DEF int y) (ARG_DEF char d))
|