Home
last modified time | relevance | path

Searched refs:drop_frames_allowed (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c847 if (cpi->drop_frames_allowed && in calc_pframe_target_size()
1490 (cpi->drop_frames_allowed && in vp8_drop_encodedframe_overshoot()
1509 if (cpi->drop_frames_allowed && pred_err_mb > (thresh_pred_err_mb << 4)) in vp8_drop_encodedframe_overshoot()
Donyx_int.h422 int drop_frames_allowed; /* Are we permitted to drop frames? */ member
Dfirstpass.c1753 if (cpi->drop_frames_allowed) { in define_gf_group()
2821 if (cpi->drop_frames_allowed) { in find_next_key_frame()
Donyx_if.c1633 cpi->drop_frames_allowed = cpi->oxcf.allow_df && cpi->buffered_mode; in vp8_change_config()
3451 if (cpi->drop_frames_allowed) { in encode_frame_to_data_rate()
4520 if (cpi->drop_frames_allowed == 0 && cpi->oxcf.screen_content_mode && in encode_frame_to_data_rate()