HomeSort by relevance Sort by last modified time
    Searched defs:cpu_used (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/test/
vp9_arf_freq_test.cc 42 int cpu_used; member in struct:__anon24608::__anon24610
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:__anon24679
  /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

Completed in 1125 milliseconds