Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c1105 double rate_correction_factor; in vp8_update_rate_correction_factors() local
1115 rate_correction_factor = cpi->key_frame_rate_correction_factor; in vp8_update_rate_correction_factors()
1122 rate_correction_factor = cpi->gf_rate_correction_factor; in vp8_update_rate_correction_factors()
1124 rate_correction_factor = cpi->rate_correction_factor; in vp8_update_rate_correction_factors()
1131 …projected_size_based_on_q = (int)(((.5 + rate_correction_factor * vp8_bits_per_mb[cpi->common.fram… in vp8_update_rate_correction_factors()
1177 rate_correction_factor = ((rate_correction_factor * correction_factor) / 100); in vp8_update_rate_correction_factors()
1180 if (rate_correction_factor > MAX_BPB_FACTOR) in vp8_update_rate_correction_factors()
1181 rate_correction_factor = MAX_BPB_FACTOR; in vp8_update_rate_correction_factors()
1187 rate_correction_factor = ((rate_correction_factor * correction_factor) / 100); in vp8_update_rate_correction_factors()
1190 if (rate_correction_factor < MIN_BPB_FACTOR) in vp8_update_rate_correction_factors()
[all …]
Donyx_int.h268 double rate_correction_factor; member
373 double rate_correction_factor; member
Donyx_if.c239 lc->rate_correction_factor = cpi->rate_correction_factor; in save_layer_context()
277 cpi->rate_correction_factor = lc->rate_correction_factor; in restore_layer_context()
351 lc->rate_correction_factor = 1.0; in init_temporal_layer_context()
1949 cpi->rate_correction_factor = 1.0; in vp8_create_compressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c285 return cpi->rc.rate_correction_factor; in get_rate_correction_factor()
297 cpi->rc.rate_correction_factor = factor; in set_rate_correction_factor()
304 double rate_correction_factor = get_rate_correction_factor(cpi); in vp9_rc_update_rate_correction_factors() local
317 rate_correction_factor); in vp9_rc_update_rate_correction_factors()
342 rate_correction_factor = in vp9_rc_update_rate_correction_factors()
343 ((rate_correction_factor * correction_factor) / 100); in vp9_rc_update_rate_correction_factors()
346 if (rate_correction_factor > MAX_BPB_FACTOR) in vp9_rc_update_rate_correction_factors()
347 rate_correction_factor = MAX_BPB_FACTOR; in vp9_rc_update_rate_correction_factors()
352 rate_correction_factor = in vp9_rc_update_rate_correction_factors()
353 ((rate_correction_factor * correction_factor) / 100); in vp9_rc_update_rate_correction_factors()
[all …]
Dvp9_ratectrl.h37 double rate_correction_factor; member
Dvp9_svc_layercontext.c44 lrc->rate_correction_factor = 1.0; in vp9_init_layer_context()
Dvp9_onyx_if.c1299 rc->rate_correction_factor = 1.0; in vp9_create_compressor()