Home | History | Annotate | Download | only in vp8

Lines Matching refs:cpu_used

26     int                         cpu_used;                    /** available cpu percentage in 1/16*/
54 0, /* cpu_used */
56 4, /* cpu_used */
192 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16);
396 oxcf->cpu_used = vp8_cfg.cpu_used;
417 printf("cpu_used: %d\n", oxcf->cpu_used);
514 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used);