/external/libvpx/libvpx/vp8/common/ |
onyx.h | 112 int cpu_used; member in struct:__anon21219
|
/external/libvpx/libvpx/vp9/common/ |
vp9_onyx.h | 78 int cpu_used; member in struct:__anon21289
|
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 26 int cpu_used; /** available cpu percentage in 1/16*/ member in struct:vp8_extracfg 54 0, /* cpu_used */ 56 4, /* cpu_used */ 192 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16); 394 oxcf->cpu_used = vp8_cfg.cpu_used; 415 printf("cpu_used: %d\n", oxcf->cpu_used); 513 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used); [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 25 int cpu_used; /* available cpu percentage in 1/16 */ member in struct:vp9_extracfg 53 0, /* cpu_used */ 186 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16); 315 oxcf->cpu_used = vp8_cfg.cpu_used; 344 printf("cpu_used: %d\n", oxcf->cpu_used); 433 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used); [all...] |
/external/libvpx/libvpx/ |
vpxenc.c | 533 static const arg_def_t cpu_used = ARG_DEF(NULL, "cpu-used", 1, variable 568 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh, 585 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh, [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_int.h | 474 int cpu_used; member in struct:VP8_COMP
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 507 int cpu_used; member in struct:VP9_COMP
|