Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c446 rcf = rc->rate_correction_factors[INTER_NORMAL]; in get_rate_correction_factor()
472 rc->rate_correction_factors[INTER_NORMAL] = factor; in set_rate_correction_factor()
2108 rc->rate_correction_factors[INTER_NORMAL] *= 0.85; in vp9_resize_one_pass_cbr()
2114 rc->rate_correction_factors[INTER_NORMAL] *= 0.9; in vp9_resize_one_pass_cbr()
2400 rc->rate_correction_factors[INTER_NORMAL] == MIN_BPB_FACTOR) { in vp9_scene_detection_onepass()
2401 rc->rate_correction_factors[INTER_NORMAL] = 0.5; in vp9_scene_detection_onepass()
2447 cpi->rc.rate_correction_factors[INTER_NORMAL]; in vp9_encodedframe_overshoot()
2479 cpi->rc.rate_correction_factors[INTER_NORMAL] = rate_correction_factor; in vp9_encodedframe_overshoot()
2496 lrc->rate_correction_factors[INTER_NORMAL] = rate_correction_factor; in vp9_encodedframe_overshoot()
Dvp9_ratectrl.h38 INTER_NORMAL = 0, enumerator
Dvp9_firstpass.c1663 for (i = INTER_NORMAL; i < RATE_FACTOR_LEVELS; ++i) { in setup_rf_level_maxq()
2232 gf_group->rf_level[0] = INTER_NORMAL; in allocate_gf_group_bits()
2334 gf_group->rf_level[frame_index] = INTER_NORMAL; in allocate_gf_group_bits()
2352 gf_group->rf_level[frame_index] = INTER_NORMAL; in allocate_gf_group_bits()