Searched refs:arf_src_index (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encode_strategy.c | 364 int arf_src_index = 0; in get_arf_src_index() local 365 if (pass != 1) arf_src_index = gf_group->arf_src_offset[gf_group->index]; in get_arf_src_index() 366 return arf_src_index; in get_arf_src_index() 374 AV1_COMP *const cpi, const int arf_src_index, int *code_arf, in setup_arf_frame() argument 382 assert(arf_src_index <= rc->frames_to_key); in setup_arf_frame() 386 av1_lookahead_peek(cpi->lookahead, arf_src_index, cpi->compressor_stage); in setup_arf_frame() 392 if (arf_src_index == rc->frames_to_key) { in setup_arf_frame() 404 av1_temporal_filter(cpi, arf_src_index, show_existing_alt_ref); in setup_arf_frame() 452 int arf_src_index = get_arf_src_index(&cpi->gf_group, cpi->oxcf.pass); in choose_frame_source() local 454 if (arf_src_index && in choose_frame_source() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 5487 int arf_src_index = 0; local 5492 arf_src_index = gf_group->arf_src_offset[gf_group->index]; 5495 arf_src_index = rc->frames_till_gf_update_due; 5498 return arf_src_index; 5536 static void level_rc_framerate(VP9_COMP *cpi, int arf_src_index) { argument 5546 } else if (arf_src_index > 0) { 5555 static void update_level_info(VP9_COMP *cpi, size_t *size, int arf_src_index) { argument 5581 if (arf_src_index > 0) { 7139 int arf_src_index; local 7172 arf_src_index = get_arf_src_index(cpi); [all …]
|