Searched refs:thresh_rate (Results 1 – 2 of 2) sorted by relevance
1502 int thresh_rate = 2 * (cpi->av_per_frame_bandwidth >> 3); in vp8_drop_encodedframe_overshoot() local1510 thresh_rate = thresh_rate >> 3; in vp8_drop_encodedframe_overshoot()1511 if ((Q < thresh_qp && cpi->projected_frame_size > thresh_rate && in vp8_drop_encodedframe_overshoot()
3126 int thresh_rate = rc->avg_frame_bandwidth << 3; in vp9_encodedframe_overshoot() local3138 frame_size > thresh_rate) && in vp9_encodedframe_overshoot()3156 frame_size > (thresh_rate << 1) && cpi->svc.spatial_layer_id == 0) { in vp9_encodedframe_overshoot()