Home | History | Annotate | Download | only in encoder

Lines Matching refs:max_drop_count

2154     cpi->max_drop_count               = 0;
4542 cpi->max_drop_count = cpi->projected_frame_size / cpi->av_per_frame_bandwidth;
4544 if (cpi->max_drop_count > cpi->max_consec_dropped_frames)
4545 cpi->max_drop_count = cpi->max_consec_dropped_frames;