Searched refs:arg_def_t (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/apps/ |
D | aomenc.c | 126 static const arg_def_t help = 128 static const arg_def_t debugmode = 130 static const arg_def_t outputfile = 132 static const arg_def_t use_yv12 = 134 static const arg_def_t use_i420 = 136 static const arg_def_t use_i422 = 138 static const arg_def_t use_i444 = 140 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); 141 static const arg_def_t passes = 143 static const arg_def_t pass_arg = [all …]
|
D | aomdec.c | 58 static const arg_def_t help = 60 static const arg_def_t looparg = 62 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); 63 static const arg_def_t use_yv12 = 65 static const arg_def_t use_i420 = 67 static const arg_def_t flipuvarg = 69 static const arg_def_t rawvideo = 71 static const arg_def_t noblitarg = 73 static const arg_def_t progressarg = 75 static const arg_def_t limitarg = [all …]
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 126 static const arg_def_t help = 128 static const arg_def_t debugmode = 130 static const arg_def_t outputfile = 132 static const arg_def_t use_yv12 = 134 static const arg_def_t use_i420 = 136 static const arg_def_t use_i422 = 138 static const arg_def_t use_i444 = 140 static const arg_def_t use_i440 = 142 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); 143 static const arg_def_t passes = [all …]
|
D | vpxdec.c | 50 static const arg_def_t help = 52 static const arg_def_t looparg = 54 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use"); 55 static const arg_def_t use_yv12 = 57 static const arg_def_t use_i420 = 59 static const arg_def_t flipuvarg = 61 static const arg_def_t rawvideo = 63 static const arg_def_t noblitarg = 65 static const arg_def_t progressarg = 67 static const arg_def_t limitarg = [all …]
|
D | args.h | 40 } arg_def_t; typedef
|
/external/libaom/libaom/examples/ |
D | noise_model.c | 72 static const arg_def_t help = 74 static const arg_def_t width_arg = 76 static const arg_def_t height_arg = 78 static const arg_def_t skip_frames_arg = 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"); 82 static const arg_def_t output_grain_table_arg = 84 static const arg_def_t input_denoised_arg = 86 static const arg_def_t flat_block_finder_arg = 88 static const arg_def_t block_size_arg = [all …]
|
D | inspect.c | 76 static const arg_def_t limit_arg = 78 static const arg_def_t dump_all_arg = ARG_DEF("A", "all", 0, "Dump All"); 79 static const arg_def_t compress_arg = 81 static const arg_def_t dump_accounting_arg = 83 static const arg_def_t dump_block_size_arg = 85 static const arg_def_t dump_motion_vectors_arg = 87 static const arg_def_t dump_transform_size_arg = 89 static const arg_def_t dump_transform_type_arg = 91 static const arg_def_t dump_mode_arg = ARG_DEF("m", "mode", 0, "Dump Mode"); 92 static const arg_def_t dump_motion_mode_arg = [all …]
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 35 static const arg_def_t skip_frames_arg = 37 static const arg_def_t frames_arg = 39 static const arg_def_t threads_arg = 42 static const arg_def_t output_rc_stats_arg = 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"); 47 static const arg_def_t timebase_arg = 49 static const arg_def_t bitrate_arg = ARG_DEF( 51 static const arg_def_t spatial_layers_arg = 53 static const arg_def_t temporal_layers_arg = [all …]
|
/external/libaom/libaom/common/ |
D | args.h | 41 } arg_def_t; typedef
|