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.c396 cpi->ext_refresh_last_frame = cpi->ext_refresh_golden_frame = in set_flags_and_fb_idx_for_temporal_mode3()
400 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode3()
437 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode3()
441 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode3()
479 cpi->ext_refresh_last_frame = cpi->ext_refresh_golden_frame = in set_flags_and_fb_idx_for_temporal_mode2()
483 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode2()
522 cpi->ext_refresh_last_frame = in set_flags_and_fb_idx_for_temporal_mode_noLayering()
525 cpi->ext_refresh_last_frame = 1; in set_flags_and_fb_idx_for_temporal_mode_noLayering()
Dvp9_encoder.h328 int ext_refresh_last_frame; member
Dvp9_encoder.c2395 cpi->ext_refresh_last_frame = (ref_frame_flags & VP9_LAST_FLAG) != 0; in vp9_update_reference()
3639 cpi->refresh_last_frame = cpi->ext_refresh_last_frame;