Searched defs:cpu_used (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/remoting/codec/
H A Dvideo_encoder_vpx.cc139 int cpu_used = lossless_encode ? 5 : 7; local
140 if (vpx_codec_control(codec.get(), VP8E_SET_CPUUSED, cpu_used))
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h123 int cpu_used; member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h112 int cpu_used; member in struct:__anon24854
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c26 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);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c28 int cpu_used; /** available cpu percentage in 1/16*/ member in struct:vp8_extracfg
46 0, /* cpu_used */
48 4, /* cpu_used */
182 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16);
384 oxcf->cpu_used = vp8_cfg.cpu_used;
405 printf("cpu_used: %d\n", oxcf->cpu_used);
500 extra_cfg.cpu_used = CAST(VP8E_SET_CPUUSED, args);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c24 int cpu_used; // available cpu percentage in 1/16 member in struct:vp9_extracfg
45 0, // cpu_used
208 RANGE_CHECK(extra_cfg, cpu_used, -16, 16);
391 oxcf->speed = abs(extra_cfg->cpu_used);
454 printf("cpu_used: %d\n", oxcf->cpu_used);
541 extra_cfg.cpu_used = CAST(VP8E_SET_CPUUSED, args);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c24 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);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c334 static const arg_def_t cpu_used = ARG_DEF(NULL, "cpu-used", 1, variable
360 &cpu_used, &auto_altref, &noise_sens, &sharpness, &static_thresh,
418 &cpu_used, &auto_altref, &sharpness, &static_thresh,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h198 int cpu_used; member in struct:VP9_CONFIG
400 int cpu_used; member in struct:VP9_COMP
/external/libvpx/libvpx/
H A Dvpxenc.c352 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,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h475 int cpu_used; member in struct:VP8_COMP
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h478 int cpu_used; member in struct:VP8_COMP

Completed in 284 milliseconds