Searched refs:end_usage_enum (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/ |
D | vpxenc.c | 257 static const struct arg_enum_list end_usage_enum[] = { { "vbr", VPX_VBR }, variable 263 ARG_DEF_ENUM(NULL, "end-usage", 1, "Rate control mode", end_usage_enum);
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 311 static const struct arg_enum_list end_usage_enum[] = { { "vbr", AOM_VBR }, variable 317 ARG_DEF_ENUM(NULL, "end-usage", 1, "Rate control mode", end_usage_enum);
|