Searched refs:max_drop_count (Results 1 – 3 of 3) sorted by relevance
437 int max_drop_count; // How many frames should we drop? member
995 (cpi->drop_count < cpi->max_drop_count) && (cpi->pass == 0)) in vp8_calc_pframe_target_size()
2262 cpi->max_drop_count = 0; in vp8_create_compressor()4360 cpi->max_drop_count = cpi->projected_frame_size / cpi->av_per_frame_bandwidth; in encode_frame_to_data_rate()4362 if (cpi->max_drop_count > cpi->max_consec_dropped_frames) in encode_frame_to_data_rate()4363 cpi->max_drop_count = cpi->max_consec_dropped_frames; in encode_frame_to_data_rate()