Searched refs:max_consec_dropped_frames (Results 1 – 2 of 2) sorted by relevance
438 int max_consec_dropped_frames; // Limit number of consecutive frames that can be dropped. member
2263 cpi->max_consec_dropped_frames = 4; in vp8_create_compressor()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()