Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c552 float alloc_ratio[VPX_SS_MAX_LAYERS] = {0}; in vpx_svc_init() local
558 alloc_ratio[i] = (float)(si->scaling_factor_num[pos] * 1.0 / in vpx_svc_init()
561 alloc_ratio[i] *= alloc_ratio[i]; in vpx_svc_init()
562 total += alloc_ratio[i]; in vpx_svc_init()
569 (enc_cfg->rc_target_bitrate * alloc_ratio[i] / total); in vpx_svc_init()