Searched refs:ARG_DEF_ENUM (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/ |
D | args.h | 43 #define ARG_DEF_ENUM(s, l, v, d, e) \ macro
|
D | vpxenc.c | 176 static const arg_def_t recontest = ARG_DEF_ENUM( 244 static const arg_def_t stereo_mode = ARG_DEF_ENUM( 294 ARG_DEF_ENUM(NULL, "end-usage", 1, "Rate control mode", end_usage_enum); 353 ARG_DEF_ENUM(NULL, "tune", 1, "Material to favor", tuning_enum); 444 ARG_DEF_ENUM(NULL, "color-space", 1, "The color space of input content:", 452 static const arg_def_t bitdeptharg = ARG_DEF_ENUM( 466 static const arg_def_t tune_content = ARG_DEF_ENUM(
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 95 static const arg_def_t bitdepth_arg = ARG_DEF_ENUM(
|