Searched refs:av1_lookahead_peek (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | lookahead.h | 106 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx, int index,
|
D | encode_strategy.c | 386 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()
|
D | lookahead.c | 159 struct lookahead_entry *av1_lookahead_peek(struct lookahead_ctx *ctx, int index, in av1_lookahead_peek() function
|
D | tune_vmaf.c | 751 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()
|
D | tpl_model.c | 863 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()
|
D | firstpass.c | 891 av1_lookahead_peek(cpi->lookahead, alt_ref_offset, in av1_first_pass()
|
D | temporal_filter.c | 1221 struct lookahead_entry *buf = av1_lookahead_peek( in tf_setup_filtering_buffer()
|