Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.h55 INTER_NORMAL, enumerator
Dratectrl.c352 INTER_NORMAL, // LF_UPDATE
355 INTER_NORMAL, // OVERLAY_UPDATE
356 INTER_NORMAL, // INTNL_OVERLAY_UPDATE
383 rcf = rc->rate_correction_factors[INTER_NORMAL]; in get_rate_correction_factor()
410 rc->rate_correction_factors[INTER_NORMAL] = factor; in set_rate_correction_factor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h46 INTER_NORMAL = 0, enumerator
Dvp9_ratectrl.c688 rcf = rc->rate_correction_factors[INTER_NORMAL]; in get_rate_correction_factor()
715 rc->rate_correction_factors[INTER_NORMAL] = factor; in set_rate_correction_factor()
2615 rc->rate_correction_factors[INTER_NORMAL] *= 0.85; in vp9_resize_one_pass_cbr()
2621 rc->rate_correction_factors[INTER_NORMAL] *= 0.9; in vp9_resize_one_pass_cbr()
2938 rc->rate_correction_factors[INTER_NORMAL] == MIN_BPB_FACTOR) { in vp9_scene_detection_onepass()
2939 rc->rate_correction_factors[INTER_NORMAL] = 0.5; in vp9_scene_detection_onepass()
3012 cpi->rc.rate_correction_factors[INTER_NORMAL]; in vp9_encodedframe_overshoot()
3067 cpi->rc.rate_correction_factors[INTER_NORMAL] = rate_correction_factor; in vp9_encodedframe_overshoot()
3088 lrc->rate_correction_factors[INTER_NORMAL] = rate_correction_factor; in vp9_encodedframe_overshoot()
Dvp9_firstpass.c1604 for (i = INTER_NORMAL; i < RATE_FACTOR_LEVELS; ++i) { in setup_rf_level_maxq()
2141 gf_group->rf_level[*index_counter] = INTER_NORMAL; in find_arf_order()
2175 gf_group->rf_level[*index_counter] = INTER_NORMAL; in find_arf_order()
2187 gf_group->rf_level[frame_index] = INTER_NORMAL; in set_gf_overlay_frame_type()