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 109 int cpu_used; member in struct:__anon5086
  /external/libvpx/vp8/
vp8_cx_iface.c 31 int cpu_used; /** available cpu percentage in 1/16*/ member in struct:vp8_extracfg
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
    [all...]
  /external/libvpx/
vpxenc.c 971 static const arg_def_t cpu_used = ARG_DEF(NULL, "cpu-used", 1, variable
990 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
    [all...]
  /external/libvpx/vp8/encoder/
onyx_int.h 508 int cpu_used; member in struct:__anon5136

Completed in 50 milliseconds