Searched defs:vp9_extracfg (Results 1 – 1 of 1) sorted by relevance
32 typedef struct vp9_extracfg { struct33 int cpu_used; // available cpu percentage in 1/1634 unsigned int enable_auto_alt_ref;35 unsigned int noise_sensitivity;36 unsigned int sharpness;37 unsigned int static_thresh;38 unsigned int tile_columns;39 unsigned int tile_rows;40 unsigned int enable_tpl_model;41 unsigned int arnr_max_frames;[all …]