Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c464 !cpi->ext_refresh_last_frame) in reset_fb_idx_unused()
494 cpi->ext_refresh_last_frame = cpi->ext_refresh_golden_frame = in set_flags_and_fb_idx_for_temporal_mode3()
498 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode3()
504 cpi->ext_refresh_last_frame = 0; in set_flags_and_fb_idx_for_temporal_mode3()
596 cpi->ext_refresh_last_frame = cpi->ext_refresh_golden_frame = in set_flags_and_fb_idx_for_temporal_mode2()
600 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode2()
606 cpi->ext_refresh_last_frame = 0; in set_flags_and_fb_idx_for_temporal_mode2()
651 cpi->ext_refresh_last_frame = cpi->ext_refresh_golden_frame = in set_flags_and_fb_idx_for_temporal_mode_noLayering()
654 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode_noLayering()
659 cpi->ext_refresh_last_frame = 0; in set_flags_and_fb_idx_for_temporal_mode_noLayering()
[all …]
Dvp9_encoder.h615 int ext_refresh_last_frame; member
Dvp9_ratectrl.c2128 cpi->ext_refresh_last_frame = 1; in set_intra_only_frame()
Dvp9_encoder.c2692 cpi->ext_refresh_last_frame = (ref_frame_flags & VP9_LAST_FLAG) != 0; in vp9_update_reference()
4379 cpi->refresh_last_frame = cpi->ext_refresh_last_frame;
/external/libaom/libaom/av1/encoder/
Dencode_strategy.c120 frame_params->refresh_last_frame = cpi->ext_refresh_last_frame; in av1_configure_buffer_updates()
866 refresh_mask |= cpi->ext_refresh_last_frame in get_refresh_frame_flags()
Dencoder.h780 int ext_refresh_last_frame; member
Dencoder.c5676 cpi->ext_refresh_last_frame = (upd & AOM_LAST_FLAG) != 0; in av1_apply_encoding_flags()