Searched refs:cpu_used (Results 1 – 11 of 11) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | onyx.h | 112 int cpu_used; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_int.h | 199 int cpu_used; member 402 int cpu_used; member
|
D | vp9_onyx_if.c | 838 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/ |
D | vp8_cx_iface.c | 26 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/ |
D | vp9_cx_iface.c | 24 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/ |
D | firstpass.c | 1029 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()
|
D | onyx_if.c | 1483 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 …]
|
D | onyx_int.h | 478 int cpu_used; member
|
D | encodeframe.c | 733 if (cpi->oxcf.cpu_used < 0) in vp8_encode_frame() 734 cpi->Speed = -(cpi->oxcf.cpu_used); in vp8_encode_frame()
|
D | rdopt.c | 346 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/ |
D | 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,
|