Home
last modified time | relevance | path

Searched refs:arg_def_t (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/apps/
Daomenc.c126 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 …]
Daomdec.c58 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/
Dvpxenc.c126 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 …]
Dvpxdec.c50 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 …]
Dargs.h40 } arg_def_t; typedef
/external/libaom/libaom/examples/
Dnoise_model.c72 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 …]
Dinspect.c76 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/
Dvp9_spatial_svc_encoder.c35 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/
Dargs.h41 } arg_def_t; typedef