Searched refs:FRAME_OVERHEAD_BITS (Results 1 – 2 of 2) sorted by relevance
35 #define FRAME_OVERHEAD_BITS 200 macro
206 return VPXMAX(FRAME_OVERHEAD_BITS, in vp9_estimate_bits_at_q()502 if (projected_size_based_on_q > FRAME_OVERHEAD_BITS) in vp9_rc_update_rate_correction_factors()1616 VPXMAX(rc->avg_frame_bandwidth >> 4, FRAME_OVERHEAD_BITS); in calc_pframe_target_size_one_pass_cbr()1638 min_frame_target = VPXMAX(lc->avg_frame_size >> 4, FRAME_OVERHEAD_BITS); in calc_pframe_target_size_one_pass_cbr()1909 VPXMAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in vp9_rc_update_framerate()