HomeSort by relevance Sort by last modified time
    Searched defs:cpu_used (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/common/
onyx.h 111 int cpu_used; member in struct:__anon7701
  /external/libvpx/vp8/
vp8_cx_iface.c 31 int cpu_used; /** available cpu percentage in 1/16*/ member in struct:vp8_extracfg
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
    [all...]
  /external/libvpx/
vpxenc.c 1008 static const arg_def_t cpu_used = ARG_DEF(NULL, "cpu-used", 1, variable
1036 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
    [all...]
  /external/libvpx/vp8/encoder/
onyx_int.h 524 int cpu_used; member in struct:__anon7740

Completed in 2691 milliseconds