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

  /external/libvpx/libvpx/vp8/common/
onyx.h 111 int cpu_used; member in struct:__anon10961
  /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);
397 oxcf->cpu_used = vp8_cfg.cpu_used;
418 printf("cpu_used: %d\n", oxcf->cpu_used);
516 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
onyx_if.c     [all...]
onyx_int.h 484 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...]
rdopt.c 341 milliseconds_for_compress = milliseconds_for_compress * (16 - cpi->oxcf.cpu_used) / 16;
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 1126 static const arg_def_t cpu_used = ARG_DEF(NULL, "cpu-used", 1, variable
    [all...]

Completed in 6401 milliseconds