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

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 112 int cpu_used; member in struct:__anon16705
  /external/libvpx/libvpx/vp8/common/
onyx.h 112 int cpu_used; member in struct:__anon28656
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 112 int cpu_used; member in struct:__anon39746
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 198 int cpu_used; member in struct:VP9_CONFIG
400 int cpu_used; member in struct:VP9_COMP
vp9_onyx_if.c 799 if (cpi->oxcf.cpu_used == -6)
806 cpi->oxcf.cpu_used = clamp(cpi->oxcf.cpu_used, -5, 5);
819 cpi->oxcf.cpu_used = clamp(cpi->oxcf.cpu_used, -5, 5);
930 cpi->speed = abs(cpi->oxcf.cpu_used);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 199 int cpu_used; member in struct:__anon39850
402 int cpu_used; member in struct:VP9_COMP
vp9_onyx_if.c 838 if (cpi->oxcf.cpu_used == -6)
845 cpi->oxcf.cpu_used = clamp(cpi->oxcf.cpu_used, -5, 5);
858 cpi->oxcf.cpu_used = clamp(cpi->oxcf.cpu_used, -5, 5);
973 cpi->speed = abs(cpi->oxcf.cpu_used);
    [all...]
  /external/chromium_org/third_party/libvpx/source/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);
512 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used);
    [all...]
  /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);
512 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 24 int cpu_used; // available cpu percentage in 1/16 member in struct:vp9_extracfg
54 0, // cpu_used
194 RANGE_CHECK(extra_cfg, cpu_used, -16, 16);
350 oxcf->cpu_used = extra_cfg->cpu_used;
400 printf("cpu_used: %d\n", oxcf->cpu_used);
484 MAP(VP8E_SET_CPUUSED, extra_cfg.cpu_used);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
396 oxcf->cpu_used = vp8_cfg.cpu_used;
417 printf("cpu_used: %d\n", oxcf->cpu_used);
514 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 24 int cpu_used; // available cpu percentage in 1/16 member in struct:vp9_extracfg
53 0, // cpu_used
192 RANGE_CHECK(extra_cfg, cpu_used, -16, 16);
340 oxcf->cpu_used = extra_cfg->cpu_used;
390 printf("cpu_used: %d\n", oxcf->cpu_used);
474 MAP(VP8E_SET_CPUUSED, extra_cfg.cpu_used);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c     [all...]
onyx_int.h 475 int cpu_used; member in struct:VP8_COMP
onyx_if.c     [all...]
encodeframe.c 732 if (cpi->oxcf.cpu_used < 0)
733 cpi->Speed = -(cpi->oxcf.cpu_used);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
onyx_if.c     [all...]
onyx_int.h 478 int cpu_used; member in struct:VP8_COMP
encodeframe.c 732 if (cpi->oxcf.cpu_used < 0)
733 cpi->Speed = -(cpi->oxcf.cpu_used);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c     [all...]
onyx_if.c     [all...]
onyx_int.h 478 int cpu_used; member in struct:VP8_COMP
encodeframe.c 733 if (cpi->oxcf.cpu_used < 0)
734 cpi->Speed = -(cpi->oxcf.cpu_used);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 24 int cpu_used; // available cpu percentage in 1/16 member in struct:vp9_extracfg
54 0, // cpu_used
199 RANGE_CHECK(extra_cfg, cpu_used, -16, 16);
360 oxcf->speed = clamp(abs(extra_cfg->cpu_used), 0, 7);
410 printf("cpu_used: %d\n", oxcf->cpu_used);
493 MAP(VP8E_SET_CPUUSED, extra_cfg.cpu_used);
    [all...]

Completed in 505 milliseconds

1 2