Searched refs:FRAME_OVERHEAD_BITS (Results 1 – 4 of 4) sorted by relevance
35 #define FRAME_OVERHEAD_BITS 200 macro
206 return VPXMAX(FRAME_OVERHEAD_BITS, in vp9_estimate_bits_at_q()759 if (projected_size_based_on_q > FRAME_OVERHEAD_BITS) in vp9_rc_update_rate_correction_factors()2114 VPXMAX(rc->avg_frame_bandwidth >> 4, FRAME_OVERHEAD_BITS); in calc_pframe_target_size_one_pass_cbr()2136 min_frame_target = VPXMAX(lc->avg_frame_size >> 4, FRAME_OVERHEAD_BITS); in calc_pframe_target_size_one_pass_cbr()2545 VPXMAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in vp9_rc_update_framerate()
3329 twopass->kf_group_bits - (rc->frames_to_key - 1) * FRAME_OVERHEAD_BITS; in find_next_key_frame()
51 #define FRAME_OVERHEAD_BITS 200 macro176 return AOMMAX(FRAME_OVERHEAD_BITS, in av1_estimate_bits_at_q()503 if (projected_size_based_on_q > FRAME_OVERHEAD_BITS) in av1_rc_update_rate_correction_factors()1793 AOMMAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in av1_rc_update_framerate()1894 AOMMAX(rc->avg_frame_bandwidth >> 4, FRAME_OVERHEAD_BITS); in av1_calc_pframe_target_size_one_pass_cbr()1919 min_frame_target = AOMMAX(lc->avg_frame_size >> 4, FRAME_OVERHEAD_BITS); in av1_calc_pframe_target_size_one_pass_cbr()