HomeSort by relevance Sort by last modified time
    Searched refs:ARG_DEF_ENUM (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/
args.h 38 #define ARG_DEF_ENUM(s,l,v,d,e) {s,l,v,d,e}
vp9_spatial_scalable_encoder.c 36 static const arg_def_t encoding_mode_arg = ARG_DEF_ENUM(
vpxenc.c 409 static const arg_def_t recontest = ARG_DEF_ENUM(NULL, "test-decode", 1,
448 static const arg_def_t stereo_mode = ARG_DEF_ENUM(NULL, "stereo-mode", 1,
479 static const arg_def_t end_usage = ARG_DEF_ENUM(NULL, "end-usage", 1,
554 static const arg_def_t tune_ssim = ARG_DEF_ENUM(NULL, "tune", 1,
    [all...]

Completed in 77 milliseconds