Searched defs:vp9_extracfg (Results 1 – 1 of 1) sorted by relevance
31 typedef struct vp9_extracfg { struct32 int cpu_used; // available cpu percentage in 1/1633 unsigned int enable_auto_alt_ref;34 unsigned int noise_sensitivity;35 unsigned int sharpness;36 unsigned int static_thresh;37 unsigned int tile_columns;38 unsigned int tile_rows;39 unsigned int enable_tpl_model;63 } vp9_extracfg; argument