Searched refs:tuning_enum (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/ |
D | vpxenc.c | 321 static const struct arg_enum_list tuning_enum[] = { { "psnr", VP8_TUNE_PSNR }, variable 325 ARG_DEF_ENUM(NULL, "tune", 1, "Material to favor", tuning_enum);
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 390 static const struct arg_enum_list tuning_enum[] = { variable 399 ARG_DEF_ENUM(NULL, "tune", 1, "Distortion metric tuned with", tuning_enum);
|