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

  /external/libvpx/libvpx/test/
vp9_arf_freq_test.cc 42 int cpu_used; member in struct:__anon16458::__anon16460
159 encoder->Control(VP8E_SET_CPUUSED, test_encode_param_.cpu_used);
  /external/libvpx/libvpx/vp8/common/
onyx.h 123 int cpu_used; member in struct:__anon16517
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 112 int cpu_used; member in struct:__anon30153
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 199 int cpu_used; member in struct:__anon30257
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/libvpx/libvpx/vp8/
vp8_cx_iface.c 31 int cpu_used; /** available cpu percentage in 1/16*/ member in struct:vp8_extracfg
50 0, /* cpu_used */
52 4, /* cpu_used */
188 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16);
394 oxcf->cpu_used = vp8_cfg.cpu_used;
417 printf("cpu_used: %d\n", oxcf->cpu_used);
515 extra_cfg.cpu_used = CAST(VP8E_SET_CPUUSED, args);
    [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/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
onyx_if.c     [all...]
onyx_int.h 475 int cpu_used; member in struct:VP8_COMP
encodeframe.c 754 if (cpi->oxcf.cpu_used < 0)
755 cpi->Speed = -(cpi->oxcf.cpu_used);
    [all...]
rdopt.c 347 milliseconds_for_compress = milliseconds_for_compress * (16 - cpi->oxcf.cpu_used) / 16;
    [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...]
rdopt.c 346 milliseconds_for_compress = milliseconds_for_compress * (16 - cpi->oxcf.cpu_used) / 16;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 25 int cpu_used; // available cpu percentage in 1/16 member in struct:vp9_extracfg
54 0, // cpu_used
244 RANGE_CHECK(extra_cfg, cpu_used, -8, 8);
463 oxcf->speed = abs(extra_cfg->cpu_used);
530 printf("cpu_used: %d\n", oxcf->cpu_used);
629 extra_cfg.cpu_used = CAST(VP8E_SET_CPUUSED, args);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 352 static const arg_def_t cpu_used = ARG_DEF(NULL, "cpu-used", 1, variable
378 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
410 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
    [all...]

Completed in 763 milliseconds