Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dvpxenc.c126 static const arg_def_t debugmode =
128 static const arg_def_t outputfile =
130 static const arg_def_t use_yv12 =
132 static const arg_def_t use_i420 =
134 static const arg_def_t use_i422 =
136 static const arg_def_t use_i444 =
138 static const arg_def_t use_i440 =
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 …]
Dvpxdec.c50 static const arg_def_t looparg =
52 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1, "Codec to use");
53 static const arg_def_t use_yv12 =
55 static const arg_def_t use_i420 =
57 static const arg_def_t flipuvarg =
59 static const arg_def_t rawvideo =
61 static const arg_def_t noblitarg =
63 static const arg_def_t progressarg =
65 static const arg_def_t limitarg =
67 static const arg_def_t skiparg =
[all …]
Dargs.h40 } arg_def_t; typedef
/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 …]