Home
last modified time | relevance | path

Searched defs:vp9_extracfg (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c31 typedef struct vp9_extracfg { struct
32 int cpu_used; // available cpu percentage in 1/16
33 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