Searched refs:VP9_LAST_FLAG (Results 1 – 10 of 10) sorted by relevance
477 if (first_ref != LAST_FRAME && !(cpi->ref_frame_flags & VP9_LAST_FLAG) && in reset_fb_idx_unused()525 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()528 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()532 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()538 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()540 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()548 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()550 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()554 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()558 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()[all …]
2295 cpi->ref_frame_flags &= (~VP9_LAST_FLAG & ~VP9_GOLD_FLAG & ~VP9_ALT_FLAG); in vp9_rc_get_svc_params()2338 cpi->ref_frame_flags &= (~VP9_LAST_FLAG & ~VP9_GOLD_FLAG & ~VP9_ALT_FLAG); in vp9_rc_get_svc_params()2396 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in vp9_rc_get_svc_params()2433 if (svc->previous_frame_is_intra_only) cpi->ref_frame_flags |= VP9_LAST_FLAG; in vp9_rc_get_svc_params()
362 int last_is_reference = cpi->ref_frame_flags & VP9_LAST_FLAG; in vp9_denoiser_denoise()
1202 static const int kVp9RefFlagList[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG, in ref_frame_to_flag()
2867 cpi->ext_refresh_last_frame = (ref_frame_flags & VP9_LAST_FLAG) != 0; in vp9_update_reference()2874 if (ref_frame_flag == VP9_LAST_FLAG) in get_vp9_ref_frame_buffer()3348 const VP9_REFFRAME ref_mask[3] = { VP9_LAST_FLAG, VP9_GOLD_FLAG,4192 int flags = VP9_ALT_FLAG | VP9_GOLD_FLAG | VP9_LAST_FLAG;7598 const VP9_REFFRAME inter_ref_flags[MAX_INTER_REF_FRAMES] = { VP9_LAST_FLAG,8225 if (flags & VP8_EFLAG_NO_REF_LAST) ref ^= VP9_LAST_FLAG;8239 if (flags & VP8_EFLAG_NO_UPD_LAST) upd ^= VP9_LAST_FLAG;
1935 if (cpi->ref_frame_flags & VP9_LAST_FLAG) { in vp9_pick_inter_mode()
4576 return (!!(ref_flags & VP9_GOLD_FLAG) + !!(ref_flags & VP9_LAST_FLAG) + in check_dual_ref_flags()
32 case VP8_LAST_FRAME: return VP9_LAST_FLAG; in ref_frame_to_vp9_reframe()37 return VP9_LAST_FLAG; in ref_frame_to_vp9_reframe()
103 VP9_LAST_FLAG = 1 << 0, enumerator
268 if (ref_frame_flag == VP9_LAST_FLAG) { in vp9_copy_reference_dec()302 if (ref_frame_flag == VP9_LAST_FLAG) { in vp9_set_reference_dec()