Searched refs:ARG_DEF_ENUM (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/ |
D | args.h | 43 #define ARG_DEF_ENUM(s, l, v, d, e) \ macro
|
D | vpxenc.c | 178 static const arg_def_t recontest = ARG_DEF_ENUM( 247 static const arg_def_t stereo_mode = ARG_DEF_ENUM( 297 ARG_DEF_ENUM(NULL, "end-usage", 1, "Rate control mode", end_usage_enum); 361 ARG_DEF_ENUM(NULL, "tune", 1, "Material to favor", tuning_enum); 456 ARG_DEF_ENUM(NULL, "color-space", 1, 464 static const arg_def_t bitdeptharg = ARG_DEF_ENUM( 479 static const arg_def_t tune_content = ARG_DEF_ENUM(
|
/external/libaom/libaom/common/ |
D | args.h | 44 #define ARG_DEF_ENUM(s, l, v, d, e) \ macro
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 173 static const arg_def_t recontest = ARG_DEF_ENUM( 195 static const arg_def_t bitdeptharg = ARG_DEF_ENUM( 255 static const arg_def_t stereo_mode = ARG_DEF_ENUM( 323 ARG_DEF_ENUM(NULL, "end-usage", 1, "Rate control mode", end_usage_enum); 406 ARG_DEF_ENUM(NULL, "tune", 1, "Distortion metric tuned with", tuning_enum); 598 ARG_DEF_ENUM(NULL, "timing-info", 1, 683 static const arg_def_t input_color_primaries = ARG_DEF_ENUM( 709 ARG_DEF_ENUM(NULL, "transfer-characteristics", 1, 731 static const arg_def_t input_matrix_coefficients = ARG_DEF_ENUM( 743 ARG_DEF_ENUM(NULL, "chroma-sample-position", 1, [all …]
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 98 static const arg_def_t tune_content_arg = ARG_DEF_ENUM( 108 static const arg_def_t bitdepth_arg = ARG_DEF_ENUM(
|