Home
last modified time | relevance | path

Searched refs:VP8_LAST_FLAG (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/vp8/common/
Donyxd.h37 VP8_LAST_FLAG = 1, enumerator
Donyx.h40 VP8_LAST_FLAG = 1, enumerator
/external/libvpx/vp8/decoder/
Donyxd_if.c127 if (ref_frame_flag == VP8_LAST_FLAG) in vp8dx_get_reference()
148 if (ref_frame_flag == VP8_LAST_FLAG) in vp8dx_set_reference()
/external/libvpx/vp8/encoder/
Donyx_if.c703 if (cpi->ref_frame_flags & VP8_LAST_FLAG) in vp8_set_speed_features()
739 if (cpi->ref_frame_flags & VP8_LAST_FLAG) in vp8_set_speed_features()
878 if (cpi->ref_frame_flags & VP8_LAST_FLAG) in vp8_set_speed_features()
920 if (cpi->ref_frame_flags & VP8_LAST_FLAG) in vp8_set_speed_features()
1075 if (cpi->ref_frame_flags & VP8_LAST_FLAG) in vp8_set_speed_features()
1150 if (!(cpi->ref_frame_flags & VP8_LAST_FLAG)) in vp8_set_speed_features()
1623 cpi->ref_frame_flags = VP8_ALT_FLAG | VP8_GOLD_FLAG | VP8_LAST_FLAG; in vp8_change_config()
2508 if (ref_frame_flags & VP8_LAST_FLAG) in vp8_update_reference()
2526 if (ref_frame_flag == VP8_LAST_FLAG) in vp8_get_reference()
2546 if (ref_frame_flag == VP8_LAST_FLAG) in vp8_set_reference()
[all …]
Dpickinter.c463 if (cpi->ref_frame_flags & VP8_LAST_FLAG) in vp8_pick_inter_mode()
513 if (cpi->ref_frame_flags == VP8_LAST_FLAG) in vp8_pick_inter_mode()
Drdopt.c1777 if (cpi->ref_frame_flags & VP8_LAST_FLAG) in vp8_rd_pick_inter_mode()
1827 if (cpi->ref_frame_flags == VP8_LAST_FLAG) in vp8_rd_pick_inter_mode()
/external/libvpx/vp8/
Dvp8_cx_iface.c678 ref ^= VP8_LAST_FLAG; in vp8e_encode()
696 upd ^= VP8_LAST_FLAG; in vp8e_encode()