/external/libvpx/vp8/common/ |
onyx.h | 111 int cpu_used; member in struct:__anon7436
|
/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/vp8/encoder/ |
firstpass.c | [all...] |
onyx_int.h | 524 int cpu_used; member in struct:__anon7475
|
onyx_if.c | [all...] |
encodeframe.c | 759 if (cpi->oxcf.cpu_used < 0) 760 cpi->Speed = -(cpi->oxcf.cpu_used); [all...] |
rdopt.c | 308 int used = cpi->oxcf.cpu_used; 312 milliseconds_for_compress = milliseconds_for_compress * (16 - cpi->oxcf.cpu_used) / 16; [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...] |