Searched refs:thresh_rate (Results 1 – 2 of 2) sorted by relevance
1477 int thresh_rate = 2 * (cpi->av_per_frame_bandwidth >> 3); in vp8_drop_encodedframe_overshoot() local1485 thresh_rate = thresh_rate >> 3; in vp8_drop_encodedframe_overshoot()1486 if ((Q < thresh_qp && cpi->projected_frame_size > thresh_rate && in vp8_drop_encodedframe_overshoot()
2997 int thresh_rate = rc->avg_frame_bandwidth << 3; in vp9_encodedframe_overshoot() local3009 frame_size > thresh_rate) && in vp9_encodedframe_overshoot()3027 frame_size > (thresh_rate << 1) && cpi->svc.spatial_layer_id == 0) { in vp9_encodedframe_overshoot()