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

/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h442 int drop_frames_allowed; /* Are we permitted to drop frames? */ member in struct:VP8_COMP
H A Dratectrl.c933 if (cpi->drop_frames_allowed &&
1576 cpi->drop_frames_allowed == 0 &&
H A Dfirstpass.c1889 if (cpi->drop_frames_allowed)
3036 if (cpi->drop_frames_allowed)
H A Donyx_if.c1728 cpi->drop_frames_allowed = cpi->oxcf.allow_df && cpi->buffered_mode;
3845 if (cpi->drop_frames_allowed)
4958 if (cpi->drop_frames_allowed == 0 && cpi->oxcf.screen_content_mode &&

Completed in 66 milliseconds