Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dlookahead.h85 struct lookahead_entry *av1_lookahead_pop(struct lookahead_ctx *ctx, int drain);
Dlookahead.c186 struct lookahead_entry *av1_lookahead_pop(struct lookahead_ctx *ctx, in av1_lookahead_pop() function
Dencode_strategy.c596 source = av1_lookahead_pop(cpi->lookahead, *flush); in choose_frame_source()
973 source = av1_lookahead_pop(cpi->lookahead, flush); in av1_encode_strategy()