Searched refs:av1_lookahead_peek (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | lookahead.h | 94 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx,
|
D | encode_strategy.c | 505 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()
|
D | lookahead.c | 197 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx, in av1_lookahead_peek() function
|
D | tpl_model.c | 526 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()
|
D | mbgraph.c | 390 struct lookahead_entry *q_cur = av1_lookahead_peek(cpi->lookahead, i); in av1_update_mbgraph_stats()
|
D | temporal_filter.c | 1191 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()
|