Home | History | Annotate | Download | only in vp8

Lines Matching refs:cpu_used

30     int                         cpu_used;                    /** available cpu percentage in 1/16*/
56 0, /* cpu_used */
59 4, /* cpu_used */
168 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16);
173 if (!((vp8_cfg->cpu_used >= -16 && vp8_cfg->cpu_used <= -4) || (vp8_cfg->cpu_used >= 4 && vp8_cfg->cpu_used <= 16)))
174 ERROR("cpu_used out of range [-16..-4] or [4..16]");
315 oxcf->cpu_used = vp8_cfg.cpu_used;
335 printf("cpu_used: %d\n", oxcf->cpu_used);
432 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used);