Searched refs:FRAME_OVERHEAD_BITS (Results 1 – 3 of 3) sorted by relevance
35 #define FRAME_OVERHEAD_BITS 200 macro
206 return VPXMAX(FRAME_OVERHEAD_BITS, in vp9_estimate_bits_at_q()748 if (projected_size_based_on_q > FRAME_OVERHEAD_BITS) in vp9_rc_update_rate_correction_factors()2039 VPXMAX(rc->avg_frame_bandwidth >> 4, FRAME_OVERHEAD_BITS); in calc_pframe_target_size_one_pass_cbr()2061 min_frame_target = VPXMAX(lc->avg_frame_size >> 4, FRAME_OVERHEAD_BITS); in calc_pframe_target_size_one_pass_cbr()2416 VPXMAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in vp9_rc_update_framerate()
48 #define FRAME_OVERHEAD_BITS 200 macro170 return AOMMAX(FRAME_OVERHEAD_BITS, in av1_estimate_bits_at_q()443 if (projected_size_based_on_q > FRAME_OVERHEAD_BITS) in av1_rc_update_rate_correction_factors()1590 AOMMAX(rc->avg_frame_bandwidth >> 4, FRAME_OVERHEAD_BITS); in calc_pframe_target_size_one_pass_cbr()1808 AOMMAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in av1_rc_update_framerate()