Searched refs:rate_correction_factor (Results 1 – 7 of 7) sorted by relevance
1105 double rate_correction_factor; in vp8_update_rate_correction_factors() local1115 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 …]
268 double rate_correction_factor; member373 double rate_correction_factor; member
239 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()
285 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() local317 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 …]
37 double rate_correction_factor; member
44 lrc->rate_correction_factor = 1.0; in vp9_init_layer_context()
1299 rc->rate_correction_factor = 1.0; in vp9_create_compressor()