Searched defs:vp9_extracfg (Results 1 – 1 of 1) sorted by relevance
24 struct vp9_extracfg { struct25 int cpu_used; // available cpu percentage in 1/1626 unsigned int enable_auto_alt_ref;27 unsigned int noise_sensitivity;28 unsigned int sharpness;29 unsigned int static_thresh;53 static struct vp9_extracfg default_extra_cfg = { argument