Home | History | Annotate | Download | only in vp8

Lines Matching defs:cpu_used

31     int                         cpu_used;                    /** available cpu percentage in 1/16*/
57 0, /* cpu_used */
60 4, /* cpu_used */
174 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16);
179 if (!((vp8_cfg->cpu_used >= -16 && vp8_cfg->cpu_used <= -4) || (vp8_cfg->cpu_used >= 4 && vp8_cfg->cpu_used <= 16)))
180 ERROR("cpu_used out of range [-16..-4] or [4..16]");
324 oxcf->cpu_used = vp8_cfg.cpu_used;
344 printf("cpu_used: %d\n", oxcf->cpu_used);
441 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used);