Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h120 int64_t vbr_bits_off_target; member
Dvp9_ratectrl.c1775 int64_t vbr_bits_off_target = rc->vbr_bits_off_target; in vbr_rate_correction() local
1790 if (vbr_bits_off_target > 0) { in vbr_rate_correction()
1792 (vbr_bits_off_target > max_delta) ? max_delta in vbr_rate_correction()
1793 : (int)vbr_bits_off_target; in vbr_rate_correction()
1796 (vbr_bits_off_target < -max_delta) ? max_delta in vbr_rate_correction()
1797 : (int)-vbr_bits_off_target; in vbr_rate_correction()
Dvp9_firstpass.c1329 cpi->rc.vbr_bits_off_target = 0; in vp9_init_second_pass()
2771 rc->vbr_bits_off_target += rc->base_frame_target - rc->projected_frame_size; in vp9_twopass_postencode_update()
2777 (int)((rc->vbr_bits_off_target * 100) / rc->total_actual_bits); in vp9_twopass_postencode_update()
Dvp9_encoder.c2980 cpi->rc.vbr_bits_off_target,