Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencode_strategy.c156 static INLINE int is_frame_droppable(const AV1_COMP *const cpi) { in is_frame_droppable() function
167 if (cpi->common.show_frame || is_frame_droppable(cpi)) { in update_frames_till_gf_update()
1169 cpi->droppable = is_frame_droppable(cpi); in av1_encode_strategy()