Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c46 #define FRAME_OVERHEAD_BITS 200 macro
196 return VPXMAX(FRAME_OVERHEAD_BITS, in vp9_estimate_bits_at_q()
483 if (projected_size_based_on_q > FRAME_OVERHEAD_BITS) in vp9_rc_update_rate_correction_factors()
1471 VPXMAX(rc->avg_frame_bandwidth >> 4, FRAME_OVERHEAD_BITS); in calc_pframe_target_size_one_pass_cbr()
1493 min_frame_target = VPXMAX(lc->avg_frame_size >> 4, FRAME_OVERHEAD_BITS); in calc_pframe_target_size_one_pass_cbr()
1754 VPXMAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in vp9_rc_update_framerate()