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

  /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/vp8/encoder/
firstpass.c     [all...]
onyx_if.c     [all...]
onyx_int.h 452 int cpu_used; member in struct:VP8_COMP
encodeframe.c 687 if (cpi->oxcf.cpu_used < 0) {
688 cpi->Speed = -(cpi->oxcf.cpu_used);
    [all...]
rdopt.c 263 milliseconds_for_compress * (16 - cpi->oxcf.cpu_used) / 16;
    [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...]

Completed in 1129 milliseconds