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.h96 struct lookahead_entry *av1_lookahead_pop(struct lookahead_ctx *ctx, int drain,
Dlookahead.c145 struct lookahead_entry *av1_lookahead_pop(struct lookahead_ctx *ctx, int drain, in av1_lookahead_pop() function
Dencode_strategy.c473 source = av1_lookahead_pop(cpi->lookahead, *flush, cpi->compressor_stage); in choose_frame_source()
1083 source = av1_lookahead_pop(cpi->lookahead, flush, cpi->compressor_stage); in av1_encode_strategy()