Home
last modified time | relevance | path

Searched refs:arf_src_index (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencode_strategy.c463 int arf_src_index = 0; in get_arf_src_index() local
468 arf_src_index = gf_group->arf_src_offset[gf_group->index]; in get_arf_src_index()
471 arf_src_index = rc->frames_till_gf_update_due; in get_arf_src_index()
473 return arf_src_index; in get_arf_src_index()
495 AV1_COMP *const cpi, const int arf_src_index, const int arf2, in setup_arf_or_arf2() argument
501 assert(arf_src_index <= rc->frames_to_key); in setup_arf_or_arf2()
505 av1_lookahead_peek(cpi->lookahead, arf_src_index); in setup_arf_or_arf2()
512 if (!arf2 && arf_src_index == rc->frames_to_key) { in setup_arf_or_arf2()
521 av1_temporal_filter(cpi, arf_src_index); in setup_arf_or_arf2()
563 int arf_src_index = get_arf_src_index(cpi); in choose_frame_source() local
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c5130 int arf_src_index = 0; local
5135 arf_src_index = gf_group->arf_src_offset[gf_group->index];
5138 arf_src_index = rc->frames_till_gf_update_due;
5141 return arf_src_index;
5179 static void level_rc_framerate(VP9_COMP *cpi, int arf_src_index) { argument
5189 } else if (arf_src_index > 0) {
5198 static void update_level_info(VP9_COMP *cpi, size_t *size, int arf_src_index) { argument
5224 if (arf_src_index > 0) {
6526 int arf_src_index; local
6558 arf_src_index = get_arf_src_index(cpi);
[all …]