Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_enums.h103 VP9_ALT_FLAG = 1 << 2, enumerator
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c609 cpi->ref_frame_flags = VP9_ALT_FLAG | VP9_GOLD_FLAG | VP9_LAST_FLAG; in vp9_svc_start_frame()
624 cpi->ref_frame_flags &= (~VP9_LAST_FLAG & ~VP9_ALT_FLAG); in vp9_svc_start_frame()
630 cpi->ref_frame_flags &= (~VP9_ALT_FLAG); in vp9_svc_start_frame()
Dvp9_encoder.c2394 cpi->ext_refresh_alt_ref_frame = (ref_frame_flags & VP9_ALT_FLAG) != 0; in vp9_update_reference()
2406 else if (ref_frame_flag == VP9_ALT_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;
3621 flags &= ~VP9_ALT_FLAG;
3624 flags &= ~VP9_ALT_FLAG;
4761 ref ^= VP9_ALT_FLAG;
4778 upd ^= VP9_ALT_FLAG;
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()
1595 cpi->ref_frame_flags &= (~VP9_ALT_FLAG); in vp9_rc_get_svc_params()
Dvp9_pickmode.c1091 VP9_ALT_FLAG }; in vp9_pick_inter_mode()
1688 VP9_ALT_FLAG }; in vp9_pick_inter_mode_sub8x8()
Dvp9_rdopt.c2968 VP9_ALT_FLAG }; in vp9_rd_pick_inter_mode_sb()
3743 VP9_ALT_FLAG }; in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_firstpass.c2695 (~VP9_LAST_FLAG & ~VP9_GOLD_FLAG & ~VP9_ALT_FLAG); in vp9_rc_get_second_pass_params()
Dvp9_encodeframe.c2882 + !!(ref_flags & VP9_ALT_FLAG)) >= 2; in check_dual_ref_flags()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c200 } else if (ref_frame_flag == VP9_ALT_FLAG) { in vp9_set_reference_dec()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c112 return VP9_ALT_FLAG; in ref_frame_to_vp9_reframe()