Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h112 int cpu_used; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h199 int cpu_used; member
402 int cpu_used; member
Dvp9_onyx_if.c838 if (cpi->oxcf.cpu_used == -6) in vp9_change_config()
845 cpi->oxcf.cpu_used = clamp(cpi->oxcf.cpu_used, -5, 5); in vp9_change_config()
858 cpi->oxcf.cpu_used = clamp(cpi->oxcf.cpu_used, -5, 5); in vp9_change_config()
973 cpi->speed = abs(cpi->oxcf.cpu_used); in vp9_change_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c26 int cpu_used; /** available cpu percentage in 1/16*/ member
192 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16); in validate_config()
396 oxcf->cpu_used = vp8_cfg.cpu_used; in set_vp8e_config()
514 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used); in set_param()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c24 int cpu_used; // available cpu percentage in 1/16 member
192 RANGE_CHECK(extra_cfg, cpu_used, -16, 16); in validate_config()
340 oxcf->cpu_used = extra_cfg->cpu_used; in set_vp9e_config()
474 MAP(VP8E_SET_CPUUSED, extra_cfg.cpu_used); in set_param()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1029 if (cpi->oxcf.cpu_used <= 5) in estimate_max_q()
1030 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_max_q()
1133 if (cpi->oxcf.cpu_used <= 5) in estimate_cq()
1134 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_cq()
1201 if (cpi->oxcf.cpu_used <= 5) in estimate_q()
1202 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_q()
1280 if (cpi->oxcf.cpu_used <= 5) in estimate_kf_group_q()
1281 speed_correction = 1.04 + (cpi->oxcf.cpu_used * 0.04); in estimate_kf_group_q()
Donyx_if.c1483 if (cpi->oxcf.cpu_used < -16) in vp8_change_config()
1485 cpi->oxcf.cpu_used = -16; in vp8_change_config()
1488 if (cpi->oxcf.cpu_used > 16) in vp8_change_config()
1489 cpi->oxcf.cpu_used = 16; in vp8_change_config()
1497 if (cpi->oxcf.cpu_used < -5) in vp8_change_config()
1499 cpi->oxcf.cpu_used = -5; in vp8_change_config()
1502 if (cpi->oxcf.cpu_used > 5) in vp8_change_config()
1503 cpi->oxcf.cpu_used = 5; in vp8_change_config()
1520 if (cpi->oxcf.cpu_used < -5) in vp8_change_config()
1522 cpi->oxcf.cpu_used = -5; in vp8_change_config()
[all …]
Donyx_int.h478 int cpu_used; member
Dencodeframe.c733 if (cpi->oxcf.cpu_used < 0) in vp8_encode_frame()
734 cpi->Speed = -(cpi->oxcf.cpu_used); in vp8_encode_frame()
Drdopt.c346 milliseconds_for_compress = milliseconds_for_compress * (16 - cpi->oxcf.cpu_used) / 16; in vp8_auto_select_speed()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
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,