/external/libvpx/libvpx/vp8/common/ |
onyx.h | 112 int cpu_used; member in struct:__anon23008
|
/external/libvpx/libvpx/vp9/common/ |
vp9_onyx.h | 79 int cpu_used; member in struct:__anon23076
|
/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); 314 oxcf->cpu_used = vp8_cfg.cpu_used; 343 printf("cpu_used: %d\n", oxcf->cpu_used); 432 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used); [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 | 526 int cpu_used; member in struct:VP9_COMP
|
/external/libvpx/libvpx/ |
vpxenc.c | 1106 static const arg_def_t cpu_used = ARG_DEF(NULL, "cpu-used", 1, variable [all...] |