Searched refs:cpu_used (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h112 int cpu_used; member in struct:__anon528
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h199 int cpu_used; member in struct:__anon632
402 int cpu_used; member in struct:VP9_COMP
H A Dvp9_onyx_if.c838 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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c24 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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c1029 if (cpi->oxcf.cpu_used <= 5)
1030 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04);
1133 if (cpi->oxcf.cpu_used <= 5)
1134 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04);
1201 if (cpi->oxcf.cpu_used <= 5)
1202 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04);
1280 if (cpi->oxcf.cpu_used <= 5)
1281 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04);
H A Donyx_if.c1483 if (cpi->oxcf.cpu_used < -16)
1485 cpi->oxcf.cpu_used = -16;
1488 if (cpi->oxcf.cpu_used > 16)
1489 cpi->oxcf.cpu_used = 16;
1497 if (cpi->oxcf.cpu_used < -5)
1499 cpi->oxcf.cpu_used = -5;
1502 if (cpi->oxcf.cpu_used > 5)
1503 cpi->oxcf.cpu_used = 5;
1520 if (cpi->oxcf.cpu_used < -5)
1522 cpi->oxcf.cpu_used
[all...]
H A Donyx_int.h478 int cpu_used; member in struct:VP8_COMP
H A Dencodeframe.c733 if (cpi->oxcf.cpu_used < 0)
734 cpi->Speed = -(cpi->oxcf.cpu_used);
H A Drdopt.c346 milliseconds_for_compress = milliseconds_for_compress * (16 - cpi->oxcf.cpu_used) / 16;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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,

Completed in 190 milliseconds