/external/libvpx/libvpx/test/ |
vp9_arf_freq_test.cc | 42 int cpu_used; member in struct:__anon24397::__anon24399 151 encoder->Control(VP8E_SET_CPUUSED, test_encode_param_.cpu_used);
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 111 int cpu_used; member in struct:__anon24468
|
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 30 int cpu_used; /** available cpu percentage in 1/16*/ member in struct:vp8_extracfg 50 0, /* cpu_used */ 52 4, /* cpu_used */ 185 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16); 373 oxcf->cpu_used = vp8_cfg.cpu_used; 396 printf("cpu_used: %d\n", oxcf->cpu_used); 486 extra_cfg.cpu_used = CAST(VP8E_SET_CPUUSED, args); [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 26 int cpu_used; // available cpu percentage in 1/16 member in struct:vp9_extracfg 59 0, // cpu_used 255 RANGE_CHECK(extra_cfg, cpu_used, -8, 8); 512 oxcf->speed = abs(extra_cfg->cpu_used); 597 printf("cpu_used: %d\n", oxcf->cpu_used); 693 extra_cfg.cpu_used = CAST(VP8E_SET_CPUUSED, args); [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_int.h | 452 int cpu_used; member in struct:VP8_COMP
|