Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c466 !cpi->ext_refresh_last_frame) in reset_fb_idx_unused()
484 cpi->ext_refresh_last_frame = 0; in non_reference_frame_simulcast()
507 cpi->ext_refresh_last_frame = cpi->ext_refresh_golden_frame = in set_flags_and_fb_idx_for_temporal_mode3()
511 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode3()
517 cpi->ext_refresh_last_frame = 0; in set_flags_and_fb_idx_for_temporal_mode3()
611 cpi->ext_refresh_last_frame = cpi->ext_refresh_golden_frame = in set_flags_and_fb_idx_for_temporal_mode2()
615 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode2()
621 cpi->ext_refresh_last_frame = 0; in set_flags_and_fb_idx_for_temporal_mode2()
668 cpi->ext_refresh_last_frame = cpi->ext_refresh_golden_frame = in set_flags_and_fb_idx_for_temporal_mode_noLayering()
671 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode_noLayering()
[all …]
Dvp9_encoder.h607 int ext_refresh_last_frame; member
Dvp9_ratectrl.c2203 cpi->ext_refresh_last_frame = 1; in set_intra_only_frame()
2316 cpi->ext_refresh_last_frame = 1; in vp9_rc_get_svc_params()
Dvp9_encoder.c2886 cpi->ext_refresh_last_frame = (ref_frame_flags & VP9_LAST_FLAG) != 0; in vp9_update_reference()
4589 cpi->refresh_last_frame = cpi->ext_refresh_last_frame;