Searched refs:ARG_DEF_ENUM (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/ |
D | args.h | 42 #define ARG_DEF_ENUM(s,l,v,d,e) {s,l,v,d,e} macro
|
D | vpxenc.c | 182 static const arg_def_t recontest = ARG_DEF_ENUM( 235 static const arg_def_t stereo_mode = ARG_DEF_ENUM( 279 static const arg_def_t end_usage = ARG_DEF_ENUM( 346 static const arg_def_t tune_ssim = ARG_DEF_ENUM( 418 static const arg_def_t input_color_space = ARG_DEF_ENUM( 430 static const arg_def_t bitdeptharg = ARG_DEF_ENUM( 444 static const arg_def_t tune_content = ARG_DEF_ENUM(
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 95 ARG_DEF_ENUM("d", "bit-depth", 1, "Bit depth for codec 8, 10 or 12. ",
|