Home
last modified time | relevance | path

Searched refs:max_drop_count (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/encoder/
Donyx_int.h437 int max_drop_count; // How many frames should we drop? member
Dratectrl.c995 (cpi->drop_count < cpi->max_drop_count) && (cpi->pass == 0)) in vp8_calc_pframe_target_size()
Donyx_if.c2262 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()