Home
last modified time | relevance | path

Searched refs:VP9_LAST_FLAG (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c402 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
407 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
413 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
415 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
423 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
427 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
430 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
436 cpi->ref_frame_flags = VP9_LAST_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
440 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
444 cpi->ref_frame_flags = VP9_LAST_FLAG | VP9_GOLD_FLAG; in set_flags_and_fb_idx_for_temporal_mode3()
[all …]
Dvp9_firstpass.c562 cpi->ref_frame_flags = VP9_LAST_FLAG; in vp9_first_pass()
580 if (cpi->ref_frame_flags & VP9_LAST_FLAG) { in vp9_first_pass()
596 (cpi->ref_frame_flags & VP9_LAST_FLAG) ? LAST_FRAME: NONE, in vp9_first_pass()
2624 cpi->ref_frame_flags &= (~VP9_LAST_FLAG); in vp9_rc_get_second_pass_params()
2695 (~VP9_LAST_FLAG & ~VP9_GOLD_FLAG & ~VP9_ALT_FLAG); in vp9_rc_get_second_pass_params()
2705 cpi->ref_frame_flags &= (~VP9_LAST_FLAG); in vp9_rc_get_second_pass_params()
Dvp9_ratectrl.c1573 (~VP9_LAST_FLAG & ~VP9_GOLD_FLAG & ~VP9_ALT_FLAG); in vp9_rc_get_svc_params()
1578 (~VP9_LAST_FLAG & ~VP9_GOLD_FLAG & ~VP9_ALT_FLAG); in vp9_rc_get_svc_params()
1593 cpi->ref_frame_flags &= (~VP9_LAST_FLAG); in vp9_rc_get_svc_params()
Dvp9_encoder.c2395 cpi->ext_refresh_last_frame = (ref_frame_flags & VP9_LAST_FLAG) != 0; in vp9_update_reference()
2402 if (ref_frame_flag == VP9_LAST_FLAG) in get_vp9_ref_frame_buffer()
2817 const VP9_REFFRAME ref_mask[3] = {VP9_LAST_FLAG, VP9_GOLD_FLAG, VP9_ALT_FLAG};
3610 int flags = VP9_ALT_FLAG | VP9_GOLD_FLAG | VP9_LAST_FLAG;
4755 ref ^= VP9_LAST_FLAG;
4772 upd ^= VP9_LAST_FLAG;
Dvp9_pickmode.c1090 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG, in vp9_pick_inter_mode()
1687 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG, in vp9_pick_inter_mode_sub8x8()
Dvp9_rdopt.c2967 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG, in vp9_rd_pick_inter_mode_sb()
3742 static const int flag_list[4] = { 0, VP9_LAST_FLAG, VP9_GOLD_FLAG, in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c2881 return (!!(ref_flags & VP9_GOLD_FLAG) + !!(ref_flags & VP9_LAST_FLAG) in check_dual_ref_flags()
/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h101 VP9_LAST_FLAG = 1 << 0, enumerator
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c165 if (ref_frame_flag == VP9_LAST_FLAG) { in vp9_copy_reference_dec()
196 if (ref_frame_flag == VP9_LAST_FLAG) { in vp9_set_reference_dec()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c108 return VP9_LAST_FLAG; in ref_frame_to_vp9_reframe()
115 return VP9_LAST_FLAG; in ref_frame_to_vp9_reframe()