HomeSort by relevance Sort by last modified time
    Searched refs:cpu_used (Results 1 - 8 of 8) 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/vp8/encoder/
onyx_if.c     [all...]
onyx_int.h 508 int cpu_used; member in struct:__anon5136
firstpass.c 936 if (cpi->oxcf.cpu_used <= 5)
937 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04);
    [all...]
encodeframe.c 623 if (cpi->oxcf.cpu_used < 0)
624 cpi->Speed = -(cpi->oxcf.cpu_used);
    [all...]
rdopt.c 344 int used = cpi->oxcf.cpu_used;
348 milliseconds_for_compress = milliseconds_for_compress * (16 - cpi->oxcf.cpu_used) / 16;
    [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...]

Completed in 45 milliseconds