Home | History | Annotate | Download | only in vp8

Lines Matching defs:cpu_used

31     int                         cpu_used;                    /** available cpu percentage in 1/16*/
59 0, /* cpu_used */
62 4, /* cpu_used */
179 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16);
184 if (!((vp8_cfg->cpu_used >= -16 && vp8_cfg->cpu_used <= -4) || (vp8_cfg->cpu_used >= 4 && vp8_cfg->cpu_used <= 16)))
185 ERROR("cpu_used out of range [-16..-4] or [4..16]");
337 oxcf->cpu_used = vp8_cfg.cpu_used;
358 printf("cpu_used: %d\n", oxcf->cpu_used);
455 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used);