Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dlookahead.h106 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx, int index,
Dencode_strategy.c386 av1_lookahead_peek(cpi->lookahead, arf_src_index, cpi->compressor_stage); in setup_arf_frame()
425 av1_lookahead_peek(lookahead, i, compressor_stage); in is_forced_keyframe_pending()
470 av1_lookahead_peek(cpi->lookahead, -1, cpi->compressor_stage); in choose_frame_source()
488 av1_lookahead_peek(cpi->lookahead, 0, cpi->compressor_stage); in allow_show_existing()
Dlookahead.c159 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx, int index, in av1_lookahead_peek() function
Dtune_vmaf.c751 av1_lookahead_peek(cpi->lookahead, src_index, cpi->compressor_stage); in av1_get_vmaf_base_qindex()
757 av1_lookahead_peek(cpi->lookahead, src_index - 1, cpi->compressor_stage); in av1_get_vmaf_base_qindex()
759 av1_lookahead_peek(cpi->lookahead, src_index + 1, cpi->compressor_stage); in av1_get_vmaf_base_qindex()
Dtpl_model.c863 struct lookahead_entry *buf = av1_lookahead_peek( in init_gop_frames_for_tpl()
918 struct lookahead_entry *buf = av1_lookahead_peek( in init_gop_frames_for_tpl()
Dfirstpass.c891 av1_lookahead_peek(cpi->lookahead, alt_ref_offset, in av1_first_pass()
Dtemporal_filter.c1221 struct lookahead_entry *buf = av1_lookahead_peek( in tf_setup_filtering_buffer()