Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c424 cpi->ext_refresh_last_frame = cpi->ext_refresh_golden_frame = in set_flags_and_fb_idx_for_temporal_mode3()
428 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode3()
434 cpi->ext_refresh_last_frame = 0; in set_flags_and_fb_idx_for_temporal_mode3()
524 cpi->ext_refresh_last_frame = cpi->ext_refresh_golden_frame = in set_flags_and_fb_idx_for_temporal_mode2()
528 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode2()
534 cpi->ext_refresh_last_frame = 0; in set_flags_and_fb_idx_for_temporal_mode2()
575 cpi->ext_refresh_last_frame = cpi->ext_refresh_golden_frame = in set_flags_and_fb_idx_for_temporal_mode_noLayering()
578 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode_noLayering()
583 cpi->ext_refresh_last_frame = 0; in set_flags_and_fb_idx_for_temporal_mode_noLayering()
Dvp9_encoder.h487 int ext_refresh_last_frame; member
Dvp9_encoder.c2539 cpi->ext_refresh_last_frame = (ref_frame_flags & VP9_LAST_FLAG) != 0; in vp9_update_reference()
4031 cpi->refresh_last_frame = cpi->ext_refresh_last_frame;