Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dlookahead.h94 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx,
Dencode_strategy.c505 av1_lookahead_peek(cpi->lookahead, arf_src_index); in setup_arf_or_arf2()
536 const struct lookahead_entry *e = av1_lookahead_peek(lookahead, i); in is_forced_keyframe_pending()
593 *last_source = av1_lookahead_peek(cpi->lookahead, -1); in choose_frame_source()
618 av1_lookahead_peek(cpi->lookahead, 0); in allow_show_existing()
Dlookahead.c197 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx, in av1_lookahead_peek() function
Dtpl_model.c526 av1_lookahead_peek(cpi->lookahead, frame_idx - 2); in init_gop_frames()
550 av1_lookahead_peek(cpi->lookahead, frame_idx - 2); in init_gop_frames()
Dmbgraph.c390 struct lookahead_entry *q_cur = av1_lookahead_peek(cpi->lookahead, i); in av1_update_mbgraph_stats()
Dtemporal_filter.c1191 struct lookahead_entry *buf = av1_lookahead_peek(cpi->lookahead, distance); in adjust_arnr_filter()
1282 av1_lookahead_peek(cpi->lookahead, which_buffer); in av1_temporal_filter()